|
|||||||||||
| 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.encoder.EncryptedDataEncoder
| Constructor Summary | |
EncryptedDataEncoder()
|
|
| Method Summary | |
static byte[] |
encode(EncryptedData encryptedData)
|
static DERSequence |
encodeSequence(EncryptedData encryptedData)
EncryptedData ::= SEQUENCE { etype[0] INTEGER, -- EncryptionEngine kvno[1] INTEGER OPTIONAL, cipher[2] OCTET STRING -- ciphertext } |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EncryptedDataEncoder()
| Method Detail |
public static byte[] encode(EncryptedData encryptedData)
throws java.io.IOException
java.io.IOExceptionpublic static DERSequence encodeSequence(EncryptedData encryptedData)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||