Package | Description |
---|---|
org.apache.directory.shared.asn1.der |
Modifier and Type | Method and Description |
---|---|
void |
BERSet.encode(ASN1OutputStream out) |
void |
DERBitString.encode(ASN1OutputStream out) |
void |
BERConstructedOctetString.encode(ASN1OutputStream out) |
void |
DERApplicationSpecific.encode(ASN1OutputStream out) |
void |
BERTaggedObject.encode(ASN1OutputStream out) |
void |
DERObjectIdentifier.encode(ASN1OutputStream out) |
void |
DERObject.encode(ASN1OutputStream out) |
void |
DERSet.encode(ASN1OutputStream out) |
void |
DERTaggedObject.encode(ASN1OutputStream out) |
void |
BERSequence.encode(ASN1OutputStream out) |
void |
DEREncodable.encode(ASN1OutputStream out) |
void |
DERSequence.encode(ASN1OutputStream out)
As DER requires the constructed, definite-length model to be used for
structured types, this varies slightly from the ASN.1 descriptions given.
|
void |
BERNull.encode(ASN1OutputStream out) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.