public class EncryptionTypeInfoDecoder extends Object
Constructor and Description |
---|
EncryptionTypeInfoDecoder() |
Modifier and Type | Method and Description |
---|---|
EncryptionTypeInfoEntry[] |
decode(byte[] encodedEntries)
Decodes a byte array into an array of
EncryptionTypeInfoEntry . |
protected static EncryptionTypeInfoEntry |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] OCTET STRING OPTIONAL
}
|
protected static EncryptionTypeInfoEntry[] |
decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO ::= SEQUENCE OF ETYPE-INFO-ENTRY
|
public EncryptionTypeInfoEntry[] decode(byte[] encodedEntries) throws IOException
EncryptionTypeInfoEntry
.encodedEntries
- EncryptionTypeInfoEntry
.IOException
protected static EncryptionTypeInfoEntry[] decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
protected static EncryptionTypeInfoEntry decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.