class:RSAKey [CHANGED]

method:getParams() [ADDED]

  • getParams

    default AlgorithmParameterSpec getParams()
    
    Returns the parameters associated with this key. The parameters are optional and may be either explicitly specified or implicitly created during key pair generation.
    Implementation Requirements:
    The default implementation returns null.
    Returns:
    the associated parameters, may be null
    Since:
    8

© 2019 Oracle Corporation and/or its affiliates