org.apache.directory.shared.asn1.der
Interface DEREncodable

All Known Implementing Classes:
BERConstructedOctetString, BERNull, BERSequence, BERSet, BERTaggedObject, DERApplicationSpecific, DERBitString, DERBMPString, DERBoolean, DEREnumerated, DERGeneralizedTime, DERGeneralString, DERIA5String, DERInteger, DERNull, DERNumericString, DERObject, DERObjectIdentifier, DEROctetString, DERPrintableString, DERSequence, DERSet, DERString, DERTaggedObject, DERTeletexString, DERUniversalString, DERUnknownTag, DERUTCTime, DERUTF8String, DERVisibleString

public interface DEREncodable

Interface for encodable DER objects.


Method Summary
 void encode(ASN1OutputStream out)
           
 

Method Detail

encode

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


Copyright © 2004-2011. All Rights Reserved.