|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.cipher.DES.Context
Simple wrapper class around the session keys. Package-private so TripleDES can see it.
Field Summary | |
(package private) int[] |
dk
The decryption key. |
(package private) int[] |
ek
The encryption key. |
Constructor Summary | |
(package private) |
DES.Context()
Default 0-arguments constructor. |
Method Summary | |
(package private) byte[] |
getDecryptionKeyBytes()
|
(package private) byte[] |
getEncryptionKeyBytes()
|
(package private) byte[] |
toByteArray(int[] k)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int[] ek
int[] dk
Constructor Detail |
DES.Context()
Method Detail |
byte[] getEncryptionKeyBytes()
byte[] getDecryptionKeyBytes()
byte[] toByteArray(int[] k)
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |