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
S
setKey(int, KeyczarKey)
- Method in class org.keyczar.
MockKeyczarReader
setMetadata(KeyMetadata)
- Method in class org.keyczar.
MockKeyczarReader
setPublicKey(int, KeyczarKey)
- Method in class org.keyczar.
MockKeyczarReader
setPublicKeyMetadata(KeyMetadata)
- Method in class org.keyczar.
MockKeyczarReader
setReader(MockKeyczarReader)
- Static method in class org.keyczar.
KeyczarTool
Sets the mock KeyczarReader used only for testing.
ShortBufferException
- Exception in
org.keyczar.exceptions
An input buffer is too short.
ShortBufferException(int, int)
- Constructor for exception org.keyczar.exceptions.
ShortBufferException
ShortBufferException(Throwable)
- Constructor for exception org.keyczar.exceptions.
ShortBufferException
ShortCiphertextException
- Exception in
org.keyczar.exceptions
Keyczar is trying to decrypt a ciphertext that is too short to be valid (e.g.
ShortCiphertextException(int)
- Constructor for exception org.keyczar.exceptions.
ShortCiphertextException
ShortSignatureException
- Exception in
org.keyczar.exceptions
Keyczar signature is too short to be valid.
ShortSignatureException(int)
- Constructor for exception org.keyczar.exceptions.
ShortSignatureException
sign(URI)
- Method in class org.keyczar.experimental.
UriSigner
Returns a signed URI with the signature in the default parameter 'sig'.
sign(URI, String)
- Method in class org.keyczar.experimental.
UriSigner
Returns a signed URI with the signature in a parameter with the specified name.
sign(ByteBuffer)
- Method in interface org.keyczar.interfaces.
SigningStream
Sign the updated input and output the signature in the given buffer.
sign(byte[])
- Method in class org.keyczar.
Signer
Sign the given input and return a signature.
sign(ByteBuffer, ByteBuffer)
- Method in class org.keyczar.
Signer
Sign the given input and write the signature to the given ByteBuffer
sign(String)
- Method in class org.keyczar.
Signer
Signs the given input String and return the output as a web-safe Base64 encoded String.
Signer
- Class in
org.keyczar
Signers may both sign and verify data using sets of symmetric or private keys.
Signer(KeyczarReader)
- Constructor for class org.keyczar.
Signer
Initialize a new Signer with a KeyczarReader.
Signer(String)
- Constructor for class org.keyczar.
Signer
Initialize a new Signer with a key set location.
SigningStream
- Interface in
org.keyczar.interfaces
Signing streams are able to sign data
Stream
- Interface in
org.keyczar.interfaces
This is a placeholder class that is extended by various stream types.
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