org.apache.asn1.der
Interface DEREncodable

All Known Implementing Classes:
DERObject, DERSequence, DERSet, DERTaggedObject

public interface DEREncodable

Interface for encodable DER objects.


Method Summary
 void encode(ASN1OutputStream out)
           
 

Method Detail

encode

public void encode(ASN1OutputStream out)
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2006 . All Rights Reserved.