public class AlgorithmParametersUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ASN1Encodable |
extractParameters(java.security.AlgorithmParameters params)
Extract an ASN.1 encodable from an AlgorithmParameters object.
|
static void |
loadParameters(java.security.AlgorithmParameters params,
ASN1Encodable sParams)
Load an AlgorithmParameters object with the passed in ASN.1 encodable - if possible.
|
public static ASN1Encodable extractParameters(java.security.AlgorithmParameters params) throws java.io.IOException
params - the object to get the encoding used to create the return value.java.io.IOException - if an encoding cannot be extracted.public static void loadParameters(java.security.AlgorithmParameters params,
ASN1Encodable sParams)
throws java.io.IOException
params - the AlgorithmParameters object to be initialised.sParams - the ASN.1 encodable to initialise params with.java.io.IOException - if the parameters cannot be initialised.