|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.io.decoder.EncryptionTypeInfo2Decoder
public class EncryptionTypeInfo2Decoder
Constructor Summary | |
---|---|
EncryptionTypeInfo2Decoder()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptionTypeInfo2Decoder()
Method Detail |
---|
public EncryptionTypeInfo2Entry[] decode(byte[] encodedEntries) throws java.io.IOException
EncryptionTypeInfo2Entry
.
encodedEntries
-
EncryptionTypeInfo2Entry
.
java.io.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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |