Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
M
N
O
P
R
S
T
U
V
D
decode(String)
- Static method in class org.keyczar.util.
Base64Coder
Decodes a web-safe Base64 encoded string
decrypt(byte[])
- Method in class org.keyczar.
Crypter
Decrypt the given byte array of ciphertext
decrypt(ByteBuffer, ByteBuffer)
- Method in class org.keyczar.
Crypter
Decrypt the given ciphertext input ByteBuffer and write the decrypted plaintext to the output ByteBuffer
decrypt(String)
- Method in class org.keyczar.
Crypter
Decrypt the given web-safe Base64 encoded ciphertext and return the decrypted plaintext as a String.
DecryptingStream
- Interface in
org.keyczar.interfaces
Decrypting streams are able to decrypt and verify data which has been encrypted by
EncryptingStream
objects.
defaultSize()
- Method in enum org.keyczar.enums.
KeyType
Returns the default (recommended) key size.
digestSize()
- Method in interface org.keyczar.interfaces.
SigningStream
Return the size of the signature or digest in number of bytes.
digestSize()
- Method in interface org.keyczar.interfaces.
VerifyingStream
digestSize()
- Method in class org.keyczar.
Signer
Returns the size of signatures produced by this Signer.
doFinalDecrypt(ByteBuffer, ByteBuffer)
- Method in interface org.keyczar.interfaces.
DecryptingStream
Do the final decrypt operation.
doFinalEncrypt(ByteBuffer, ByteBuffer)
- Method in interface org.keyczar.interfaces.
EncryptingStream
Do the final encrypt operation.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
M
N
O
P
R
S
T
U
V