org.apache.directory.shared.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 © 2004-2008 null. All Rights Reserved.