Class RsaParameters

java.lang.Object
org.springframework.credhub.support.KeyParameters
org.springframework.credhub.support.rsa.RsaParameters

public class RsaParameters extends KeyParameters
Parameters for generating a new RSA credential. All parameters are optional; if not specified, CredHub-provided defaults will be used.
Author:
Scott Frederick
  • Constructor Details

    • RsaParameters

      public RsaParameters(KeyLength keyLength)
      Create a RsaParameters using the specified values.
      Parameters:
      keyLength - length of generated RSA key; must not be null