|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyPairInformation | |
|---|---|
| com.didisoft.pgp | OpenPGP Library for Java |
| Uses of KeyPairInformation in com.didisoft.pgp |
|---|
| Subclasses of KeyPairInformation in com.didisoft.pgp | |
|---|---|
class |
PGPKeyPair
Represents an OpenPGP key loaded from a key file. |
| Methods in com.didisoft.pgp that return KeyPairInformation | |
|---|---|
KeyPairInformation |
KeyStore.generateKeyPair(int keySize,
java.lang.String userId,
java.lang.String password)
Generates OpenPGP Key pair with RSA encryption and predefined values for compression, hashing and cypher like the ones generated with PGP Desktop(tm) key generation wizard. |
KeyPairInformation |
KeyStore.generateKeyPair(int keySize,
java.lang.String userId,
java.lang.String keyAlgorithm,
java.lang.String password,
java.lang.String[] compressionTypes,
java.lang.String[] hashingAlgorithmTypes,
java.lang.String[] cipherTypes)
Generates OpenPGP key pair (public and private key). |
KeyPairInformation |
KeyStore.generateKeyPair(int keySize,
java.lang.String userId,
java.lang.String keyAlgorithm,
java.lang.String password,
java.lang.String[] compressionTypes,
java.lang.String[] hashingAlgorithmTypes,
java.lang.String[] cipherTypes,
long expirationAfterDays)
Generates OpenPGP key pair (public and private key). |
KeyPairInformation |
KeyStore.generateKeyPair(int keySize,
java.lang.String userId,
java.lang.String keyAlgorithm,
java.lang.String password,
java.lang.String compressionTypes,
java.lang.String hashingAlgorithmTypes,
java.lang.String cipherTypes)
Generates OpenPGP Key pair (public and private key). |
KeyPairInformation |
KeyStore.generateKeyPair(int keySize,
java.lang.String userId,
java.lang.String keyAlgorithm,
java.lang.String password,
java.lang.String compressionTypes,
java.lang.String hashingAlgorithmTypes,
java.lang.String cipherTypes,
long expirationAfterDays)
Generates OpenPGP Key pair (public and private key). |
KeyPairInformation[] |
KeyStore.getKeys()
Returns the key pairs stored in this OpenPGP key store. |
KeyPairInformation[] |
KeyStore.importKeyRing(java.io.InputStream keyStream)
Imports OpenPGP key ring stream into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importKeyRing(java.io.InputStream keyStream,
java.lang.String privateKeyPassword)
Imports OpenPGP key ring stream into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importKeyRing(java.lang.String keyRingFileName)
Imports OpenPGP key ring into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importKeyRing(java.lang.String keyRingFileName,
java.lang.String privateKeyPassword)
Imports OpenPGP key ring into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importKeyStore(KeyStore keyStore)
Imports the keys contained in another KeyStore object into the current instance. |
KeyPairInformation[] |
KeyStore.importPrivateKey(java.io.InputStream privateKeyStream)
Imports private key stream into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importPrivateKey(java.io.InputStream privateKeyStream,
java.lang.String password)
Imports private key stream into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importPrivateKey(java.lang.String privateKeyFileName)
Imports a private key file into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importPrivateKey(java.lang.String privateKeyFileName,
java.lang.String password)
Imports private key file into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importPublicKey(java.io.InputStream publicKeyStream)
Imports an OpenPGP public key into this KeyStore instance. |
KeyPairInformation[] |
KeyStore.importPublicKey(java.lang.String publicKeyFileName)
Imports an OpenPGP public key into this KeyStore instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||