Modifier and Type | Method and Description |
---|---|
public default AlgorithmParameterSpec | Returns: the associated parameters, may benull Returns the parameters associated with this key. |
getParams | back to summary |
---|---|
public 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 Specification The default implementation returns
|