Package netscape.security.util
Interface DerEncoder
-
- All Known Implementing Classes:
AlgIdDSA
,AlgorithmId
,Attribute
,AVA
,DerOutputStream
,PKCS10Attribute
,PKCS10Attributes
,PKCS9Attribute
,SignerInfo
,X509CertImpl
public interface DerEncoder
Interface to an object that knows how to write its own DER encoding to an output stream.- Version:
- 1.2 97/12/10
- Author:
- D. N. Hoover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
derEncode(java.io.OutputStream out)
DER encode this object and write the results to a stream.
-