|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.service.LockBox
A Hashed Adapter encapsulating ASN.1 encoders and decoders and cipher text engines to perform seal() and unseal() operations. A seal() operation performs an encode and an encrypt, while an unseal() operation performs a decrypt and a decode.
Constructor Summary | |
LockBox()
|
Method Summary | |
EncryptedData |
seal(EncryptionKey key,
Encodable encodable)
|
Encodable |
unseal(java.lang.Class hint,
EncryptionKey key,
EncryptedData data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LockBox()
Method Detail |
public EncryptedData seal(EncryptionKey key, Encodable encodable) throws KerberosException
KerberosException
public Encodable unseal(java.lang.Class hint, EncryptionKey key, EncryptedData data) throws KerberosException
KerberosException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |