Class RsaParameters
java.lang.Object
org.springframework.credhub.support.KeyParameters
org.springframework.credhub.support.rsa.RsaParameters
Parameters for generating a new RSA credential. All parameters are optional; if not
 specified, CredHub-provided defaults will be used.
- Author:
 - Scott Frederick
 
- 
Field Summary
Fields inherited from class org.springframework.credhub.support.KeyParameters
keyLength - 
Constructor Summary
ConstructorsConstructorDescriptionRsaParameters(KeyLength keyLength) Create aRsaParametersusing the specified values. - 
Method Summary
Methods inherited from class org.springframework.credhub.support.KeyParameters
getKeyLength 
- 
Constructor Details
- 
RsaParameters
Create aRsaParametersusing the specified values.- Parameters:
 keyLength- length of generated RSA key; must not be null
 
 -