Represents cryptographic keys in Keyczar.
Identifies a key by its hash and type. Includes several subclasses of
base class Key.
|
Key
Parent class for Keyczar Keys.
|
|
SymmetricKey
Parent class for symmetric keys such as AES, HMAC-SHA1
|
|
AsymmetricKey
Parent class for asymmetric keys.
|
|
AesKey
Represents AES symmetric private keys.
|
|
HmacKey
Represents HMAC-SHA1 symmetric private keys.
|
|
PrivateKey
Represents private keys in Keyczar for asymmetric key pairs.
|
|
PublicKey
Represents public keys in Keyczar for asymmetric key pairs.
|
|
DsaPrivateKey
Represents DSA private keys in an asymmetric DSA key pair.
|
|
RsaPrivateKey
Represents RSA private keys in an asymmetric RSA key pair.
|
|
DsaPublicKey
Represents DSA public keys in an asymmetric DSA key pair.
|
|
RsaPublicKey
Represents RSA public keys in an asymmetric RSA key pair.
|