Uses of Class
java.security.KeyPair
| Package | Description | 
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
- 
Uses of KeyPair in java.securityMethods in java.security that return KeyPair Modifier and Type Method Description KeyPairKeyPairGenerator. generateKeyPair()Generates a key pair.abstract KeyPairKeyPairGeneratorSpi. generateKeyPair()Generates a key pair.KeyPairKeyPairGenerator. genKeyPair()Generates a key pair.Methods in java.security with parameters of type KeyPair Modifier and Type Method Description 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 this signer.