com.ibm.security12.sun.security.util
Interface DerEncoder
- All Known Implementing Classes:
- DerOutputStream, PKCS10Attribute, PKCS10Attributes, PKCS9Attribute, SignerInfo, AlgorithmId, X509CertImpl
- public abstract interface DerEncoder
Interface to an object that knows how to write its own DER
encoding to an output stream.
- Version:
- 1.3 98/07/22
- Author:
- D. N. Hoover
Method Summary |
void |
derEncode(OutputStream out)
DER encode this object and write the results to a stream. |
derEncode
public 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.