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
V
valueOf(String)
- Static method in enum org.keyczar.enums.
CipherMode
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.keyczar.enums.
Command
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.keyczar.enums.
Flag
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.keyczar.enums.
KeyPurpose
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.keyczar.enums.
KeyStatus
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.keyczar.enums.
KeyType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.keyczar.enums.
CipherMode
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.keyczar.enums.
Command
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.keyczar.enums.
Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.keyczar.enums.
KeyPurpose
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.keyczar.enums.
KeyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.keyczar.enums.
KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
Verifier
- Class in
org.keyczar
Verifiers are used strictly to verify signatures.
Verifier(KeyczarReader)
- Constructor for class org.keyczar.
Verifier
Initialize a new Verifier with a KeyczarReader.
Verifier(String)
- Constructor for class org.keyczar.
Verifier
Initialize a new Verifier with a key set location.
verify(URI)
- Method in class org.keyczar.experimental.
UriSigner
Verifies that the given URI is properly signed.
verify(URI, String)
- Method in class org.keyczar.experimental.
UriSigner
Verifies that the given URI is properly signed.
verify(ByteBuffer)
- Method in interface org.keyczar.interfaces.
VerifyingStream
Verify that the given signautre is a valid signautre on the updated data.
verify(String, String)
- Method in class org.keyczar.
TimeoutVerifier
Verifies the timeout signature on the given String
verify(byte[], byte[])
- Method in class org.keyczar.
TimeoutVerifier
Verifies a timeout signature on the given byte array of data
verify(ByteBuffer, ByteBuffer)
- Method in class org.keyczar.
TimeoutVerifier
Verify the timeout signature on the given data
verify(byte[], byte[])
- Method in class org.keyczar.
Verifier
Verifies a signature on the given byte array of data
verify(ByteBuffer, ByteBuffer)
- Method in class org.keyczar.
Verifier
Verifies the signature on the data stored in the given ByteBuffer
verify(String, String)
- Method in class org.keyczar.
Verifier
Verifies the signature on the given String
VerifyingStream
- Interface in
org.keyczar.interfaces
Verifying Streams are able to verify data that has been signed by
SigningStream
objects.
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