org.jclouds.crypto
Class Pems.PemProcessor<T>
java.lang.Object
org.jclouds.crypto.Pems.PemProcessor<T>
- All Implemented Interfaces:
- com.google.common.io.ByteProcessor<T>
- Enclosing class:
- Pems
public static class Pems.PemProcessor<T>
- extends Object
- implements com.google.common.io.ByteProcessor<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pems.PemProcessor
public Pems.PemProcessor(Map<String,Pems.PemProcessor.ResultParser<T>> parsers)
processBytes
public boolean processBytes(byte[] buf,
int off,
int len)
- Specified by:
processBytes
in interface com.google.common.io.ByteProcessor<T>
getResult
public T getResult()
- Specified by:
getResult
in interface com.google.common.io.ByteProcessor<T>
Copyright © 2009-2011 jclouds. All Rights Reserved.