- generateKeyPair() - Method in class com.oracle.crypto.keypair.KeyPairGenerator
-
Generates a key pair.
- genKeyPair() - Method in class com.oracle.crypto.keypair.KeyPairGenerator
-
Generates a key pair.
- getAlgorithm() - Method in class com.oracle.crypto.keypair.KeyPairGenerator
-
Returns the standard name of the algorithm for this key pair generator.
- getAllEntries() - Method in class com.oracle.crypto.keystore.KeyStore
-
Gets a list of all KeyStoreEntry from the storage.
- getCertificate() - Method in class com.oracle.crypto.keystore.KeyStoreEntry
-
Returns a Certificate instance from the KeyStoreEntry
- getEncoded() - Method in interface com.oracle.crypto.cert.X509Certificate
-
Returns the encoded form of this certificate.
- getEntries() - Method in class com.oracle.crypto.keystore.KeyStore
-
Gets a list of KeyStoreEntry from the storage.
- getExtendedKeyUsage() - Method in interface com.oracle.crypto.cert.X509Certificate
-
Returns a list representing extended key usage extension.
- getInstance(String) - Static method in class com.oracle.crypto.keypair.KeyPairGenerator
-
Returns a KeyPairGenerator object that generates public/private
key pairs for the specified algorithm.
- getInstance(KeyStore.STORAGE) - Static method in class com.oracle.crypto.keystore.KeyStore
-
Return a KeyStore instance for current client or common used certificates
- getInstance(String) - Static method in class com.oracle.crypto.sign.Signature
-
Generates a Signature
object that implements
the specified digest
algorithm.
- getKeysize() - Method in class com.oracle.crypto.keypair.spec.RSAKeyGenParameterSpec
-
Returns the keysize.
- getKeyUsage() - Method in interface com.oracle.crypto.cert.X509Certificate
-
Returns a list representing bits of KeyUsage extension.
- getName() - Method in class com.oracle.crypto.keypair.spec.ECGenParameterSpec
-
Returns the standard or predefined name of the
to-be-generated EC domain parameters.
- getPEMEncoded() - Method in class com.oracle.crypto.keystore.KeyStoreEntry
-
Returns a couple of a certificate and its private key encoded
in the PEM format
- getPKCS12Encoded() - Method in class com.oracle.crypto.keystore.KeyStoreEntry
-
Returns a couple of a certificate and its private key encoded
in the PKCS12 format
- getPrivate() - Method in class com.oracle.crypto.keypair.KeyPair
-
Returns a reference to the private key component of this key pair.
- getPrivateKey() - Method in class com.oracle.crypto.keystore.KeyStoreEntry
-
Returns a PrivateKey instance of the KeyStoreEntry
- getPublic() - Method in class com.oracle.crypto.keypair.KeyPair
-
Returns a reference to the public key component of this key pair.
- getPublicExponent() - Method in class com.oracle.crypto.keypair.spec.RSAKeyGenParameterSpec
-
Returns the public-exponent value.
- getPublicKey() - Method in interface com.oracle.crypto.cert.X509Certificate
-
Gets the public key from this certificate.