org.jclouds.crypto
Class Pems.PemProcessor<T>

java.lang.Object
  extended by 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>


Nested Class Summary
static interface Pems.PemProcessor.ResultParser<T>
           
 
Constructor Summary
Pems.PemProcessor(Map<String,Pems.PemProcessor.ResultParser<T>> parsers)
           
 
Method Summary
 T getResult()
           
 boolean processBytes(byte[] buf, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pems.PemProcessor

public Pems.PemProcessor(Map<String,Pems.PemProcessor.ResultParser<T>> parsers)
Method Detail

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-2012 jclouds. All Rights Reserved.