|
||||||||||
| 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.EncryptionTypeInfoDecoder
public class EncryptionTypeInfoDecoder
| Constructor Summary | |
|---|---|
EncryptionTypeInfoDecoder()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptionTypeInfoDecoder()
| Method Detail |
|---|
public EncryptionTypeInfoEntry[] decode(byte[] encodedEntries)
throws java.io.IOException
EncryptionTypeInfoEntry.
encodedEntries -
EncryptionTypeInfoEntry.
java.io.IOExceptionprotected static EncryptionTypeInfoEntry[] decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
protected static EncryptionTypeInfoEntry 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 | |||||||||