|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStore.KeyCertificationType | |
---|---|
com.didisoft.pgp | OpenPGP Library for Java |
Uses of KeyStore.KeyCertificationType in com.didisoft.pgp |
---|
Methods in com.didisoft.pgp that return KeyStore.KeyCertificationType | |
---|---|
KeyStore.KeyCertificationType |
KeyStore.getDefaultKeyCertificationType()
Returns the default key certification type for new keys created with #generateKeyPair(int, String, KeyAlgorithm, String, CompressionAlgorithm[], HashAlgorithm[], CypherAlgorithm[]) |
static KeyStore.KeyCertificationType |
KeyStore.KeyCertificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KeyStore.KeyCertificationType[] |
KeyStore.KeyCertificationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.didisoft.pgp with parameters of type KeyStore.KeyCertificationType | |
---|---|
void |
KeyStore.setDefaultKeyCertificationType(KeyStore.KeyCertificationType certType)
Sets the default key certification type for new keys created with #generateKeyPair(int, String, KeyAlgorithm, String, CompressionAlgorithm[], HashAlgorithm[], CypherAlgorithm[])
Example usage: |
KeyPairInformation |
KeyStore.setKeyCertificationType(long keyId,
java.lang.String privateKeyPassword,
KeyStore.KeyCertificationType certType)
Changes the key certification type of a specified OpenPGP key |
KeyPairInformation |
KeyStore.setKeyCertificationType(java.lang.String keyUserId,
java.lang.String privateKeyPassword,
KeyStore.KeyCertificationType certType)
Changes the key certification type of a specified OpenPGP key |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |