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 |
---|---|
EncryptionTypeInfo2Entry[] |
EncryptionTypeInfo2Decoder.decode(byte[] encodedEntries)
Decodes a byte array into an array of
EncryptionTypeInfo2Entry . |
protected static EncryptionTypeInfo2Entry |
EncryptionTypeInfo2Decoder.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[] |
EncryptionTypeInfo2Decoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
ETYPE-INFO2 ::= SEQUENCE SIZE (1..MAX) OF ETYPE-INFO2-ENTRY
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
EncryptionTypeInfo2Encoder.encode(EncryptionTypeInfo2Entry entry)
ETYPE-INFO2-ENTRY ::= SEQUENCE {
etype [0] Int32,
salt [1] KerberosString OPTIONAL,
s2kparams [2] OCTET STRING OPTIONAL
}
|
static byte[] |
EncryptionTypeInfo2Encoder.encode(EncryptionTypeInfo2Entry[] entries)
Encodes an array of
EncryptionTypeInfo2Entry s into a byte array. |
protected static org.apache.directory.shared.asn1.der.DERSequence |
EncryptionTypeInfo2Encoder.encodeSequence(EncryptionTypeInfo2Entry[] entries)
ETYPE-INFO2 ::= SEQUENCE SIZE (1..MAX) OF ETYPE-INFO2-ENTRY
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.