|
||||||||||
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.EncryptedDataDecoder
public class EncryptedDataDecoder
Constructor Summary | |
---|---|
EncryptedDataDecoder()
|
Method Summary | |
---|---|
static EncryptedData |
decode(byte[] encodedEncryptedData)
Decodes a byte array into an EncryptedData . |
static EncryptedData |
decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
Decodes a DERSequence into an EncryptedData . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptedDataDecoder()
Method Detail |
---|
public static EncryptedData decode(byte[] encodedEncryptedData) throws java.io.IOException
EncryptedData
.
encodedEncryptedData
-
EncryptedData
.
java.io.IOException
public static EncryptedData decode(org.apache.directory.shared.asn1.der.DERSequence sequence)
DERSequence
into an EncryptedData
.
EncryptedData ::= SEQUENCE {
etype[0] INTEGER, -- EncryptionEngine
kvno[1] INTEGER OPTIONAL,
cipher[2] OCTET STRING -- ciphertext
}
sequence
-
EncryptedData
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |