|
||||||||||
| 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.EncryptionKeyDecoder
public class EncryptionKeyDecoder
| Constructor Summary | |
|---|---|
EncryptionKeyDecoder()
|
|
| Method Summary | |
|---|---|
static EncryptionKey |
decode(byte[] encodedEncryptionKey)
Decodes a byte array into an EncryptionKey. |
protected static EncryptionKey |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
EncryptionKey ::= SEQUENCE { keytype[0] INTEGER, keyvalue[1] OCTET STRING } |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptionKeyDecoder()
| Method Detail |
|---|
public static EncryptionKey decode(byte[] encodedEncryptionKey)
throws java.io.IOException
EncryptionKey.
encodedEncryptionKey -
EncryptionKey.
java.io.IOExceptionprotected static EncryptionKey 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 | |||||||||