Interface AsymmetricKeyFactory
public interface AsymmetricKeyFactory
Simple interface for generating public/private key pairs
- 
Method SummaryModifier and TypeMethodDescriptionGenerate a new pair of asymmetric cryptographic keys
- 
Method Details- 
getNewKeyPairGenerate a new pair of asymmetric cryptographic keys- Returns:
- a freshly generated key pair
- Throws:
- NoSuchProviderException- if a required cryptographic provider is not available
- NoSuchAlgorithmException- if a required cryptographic algorithm is not available
 
 
-