public class EncryptionTypeInfo2Decoder extends Object
Constructor and Description |
---|
EncryptionTypeInfo2Decoder() |
Modifier and Type | Method and Description |
---|---|
EncryptionTypeInfo2Entry[] |
decode(byte[] encodedEntries)
Decodes a byte array into an array of
EncryptionTypeInfo2Entry . |
protected static EncryptionTypeInfo2Entry |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO2-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] KerberosString OPTIONAL,
s2kparams [2] OCTET STRING OPTIONAL
}
|
protected static EncryptionTypeInfo2Entry[] |
decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO2 ::= SEQUENCE SIZE (1..MAX) OF ETYPE-INFO2-ENTRY
|
public EncryptionTypeInfo2Entry[] decode(byte[] encodedEntries) throws IOException
EncryptionTypeInfo2Entry
.encodedEntries
- EncryptionTypeInfo2Entry
.IOException
protected static EncryptionTypeInfo2Entry[] decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
protected static EncryptionTypeInfo2Entry decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.