Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
Modifier and Type | Method and Description |
---|---|
EncryptionTypeInfoEntry[] |
EncryptionTypeInfoDecoder.decode(byte[] encodedEntries)
Decodes a byte array into an array of
EncryptionTypeInfoEntry . |
protected static EncryptionTypeInfoEntry |
EncryptionTypeInfoDecoder.decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] OCTET STRING OPTIONAL
}
|
protected static EncryptionTypeInfoEntry[] |
EncryptionTypeInfoDecoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO ::= SEQUENCE OF ETYPE-INFO-ENTRY
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
EncryptionTypeInfoEncoder.encode(EncryptionTypeInfoEntry entry)
ETYPE-INFO-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] OCTET STRING OPTIONAL
}
|
static byte[] |
EncryptionTypeInfoEncoder.encode(EncryptionTypeInfoEntry[] entries)
Encodes an array of
EncryptionTypeInfoEntry s into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
EncryptionTypeInfoEncoder.encodeSequence(EncryptionTypeInfoEntry[] entries)
ETYPE-INFO ::= SEQUENCE OF ETYPE-INFO-ENTRY
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.