- generateKeyPair(String, String, OutputStream, OutputStream) - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
- generateKeyPair(String, String, OutputStream, OutputStream) - Method in interface me.sniggle.pgp.crypt.KeyPairGenerator
-
generates a key pair for the given user id with the default key size ( KeyPairGenerator#DEFAULT_KEY_SIZE )
- generateKeyPair(String, String, int, OutputStream, OutputStream) - Method in interface me.sniggle.pgp.crypt.KeyPairGenerator
-
generates a key pair for the given user id with a custom key size
- getDefaultCompressionAlgorithm() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
provides access to the default compression algorthm
- getEncryptionAlgorithm() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
the strongest allowed encryption algorithm
- getEncryptionKeyType() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
The encryption key type, currently set to RSA
- getEncryptionKeyType() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
accessor to the defined encryption key type
- getPreferredCompressionAlgorithms() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
the preferred compression algorithms
- getPreferredCompressionAlgorithms() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
accessor to the preferred standard compression algorithms
- getPreferredEncryptionAlgorithms() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
the preferred symmetric encryption algorithm order
- getPreferredEncryptionAlgorithms() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
accessor to the preferred standard encryption algorithms
- getPreferredHashingAlgorithms() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
the preferred hash algorithm order
- getPreferredHashingAlgorithms() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
accessor to the preferred standard hashing algorithms
- getProvider() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
the provider identifier
- getSecureRandom() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
provides access to a securely initialized SecureRandom generator
- getSigningKeyType() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
The signing key type, currently set to RSA
- getSigningKeyType() - Method in class me.sniggle.pgp.crypt.internal.BaseKeyPairGenerator
-
accessor to the defined signing key type
- getStrongEncryptionAlgorithm() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
the strongest suggested symmetric encryption algorithm
- getWeakEncryptionAlgorithm() - Static method in class me.sniggle.pgp.crypt.internal.AlgorithmSelection
-
the weakest acceptable symmetric encryption algorithm