|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
gnu.crypto.keyring | Provides a basic API for managing private and public authentication credentials stored in file objects. |
Uses of Properties in gnu.crypto.keyring |
---|
Fields in gnu.crypto.keyring declared as Properties | |
---|---|
protected Properties |
Entry.properties
This entry's property set. |
Methods in gnu.crypto.keyring that return Properties | |
---|---|
Properties |
Entry.getProperties()
Returns this entry's properties object. |
Constructors in gnu.crypto.keyring with parameters of type Properties | |
---|---|
AuthenticatedEntry(String mac,
int macLen,
Properties properties)
|
|
BinaryDataEntry(String contentType,
byte[] data,
Date creationDate,
Properties properties)
Creates a new binary data entry. |
|
CertificateEntry(Certificate certificate,
Date creationDate,
Properties properties)
Creates a new certificate entry. |
|
CertPathEntry(Certificate[] path,
Date creationDate,
Properties properties)
|
|
CompressedEntry(Properties properties)
|
|
EncryptedEntry(String cipher,
String mode,
Properties properties)
|
|
Entry(int type,
Properties properties)
Creates a new Entry. |
|
EnvelopeEntry(int type,
Properties properties)
|
|
MaskableEnvelopeEntry(int type,
Properties properties)
|
|
PasswordAuthenticatedEntry(String mac,
int maclen,
Properties properties)
|
|
PasswordEncryptedEntry(String cipher,
String mode,
int keylen,
Properties properties)
|
|
PrimitiveEntry(int type,
Date creationDate,
Properties properties)
|
|
PrivateKeyEntry(Key key,
Date creationDate,
Properties properties)
Creates a new key entry. |
|
PublicKeyEntry(PublicKey key,
Date creationDate,
Properties properties)
|
|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV NEXT | FRAMES NO FRAMES |