Package com.iplanet.security.util
Interface DerEncoder
-
public interface DerEncoderInterface to an object that knows how to write its own DER encoding to an output stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderEncode(OutputStream out)DER encode this object and write the results to a stream.
-
-
-
Method Detail
-
derEncode
void derEncode(OutputStream out) throws IOException
DER encode this object and write the results to a stream.- Parameters:
out- the stream on which the DER encoding is written.- Throws:
IOException
-
-