Uses of Class
java.security.KeyPair
Packages that use KeyPair
Package
Description
Provides the classes and interfaces for the security framework.
Provides the classes and interfaces for cryptographic
operations.
-
Uses of KeyPair in java.security
Methods in java.security that return KeyPairModifier and TypeMethodDescriptionKeyPairGenerator.generateKeyPair()Generates a key pair.abstract KeyPairKeyPairGeneratorSpi.generateKeyPair()Generates a key pair.final KeyPairKeyPairGenerator.genKeyPair()Generates a key pair.Methods in java.security with parameters of type KeyPairModifier and TypeMethodDescriptionfinal voidSigner.setKeyPair(KeyPair pair) Deprecated, for removal: This API element is subject to removal in a future version.Sets the key pair (public key and private key) for thisSigner. -
Uses of KeyPair in javax.crypto
Methods in javax.crypto that return KeyPairModifier and TypeMethodDescriptionEncryptedPrivateKeyInfo.getKeyPair(char[] password) Preview.Extracts and returns the enclosedKeyPairusing the specified password.EncryptedPrivateKeyInfo.getKeyPair(Key decryptKey, Provider provider) Preview.Extracts and returns the enclosedKeyPairusing the specified decryption key and provider.