public class JcaJceUtils extends Object
Modifier and Type | Method and Description |
---|---|
static ASN1Encodable |
extractParameters(AlgorithmParameters params)
Deprecated.
use AlgorithmParametersUtils.extractParameters(AlgorithmParameters params)
|
static String |
getDigestAlgName(ASN1ObjectIdentifier digestAlgOID)
Deprecated.
use MessageDigestUtils,getDigestName()
|
static void |
loadParameters(AlgorithmParameters params,
ASN1Encodable sParams)
Deprecated.
use AlgorithmParametersUtils.loadParameters(AlgorithmParameters params, ASN1Encodable sParams)
|
public static ASN1Encodable extractParameters(AlgorithmParameters params) throws IOException
params
- the object to get the encoding used to create the return value.IOException
- if an encoding cannot be extracted.public static void loadParameters(AlgorithmParameters params, ASN1Encodable sParams) throws IOException
params
- the AlgorithmParameters object to be initialised.sParams
- the ASN.1 encodable to initialise params with.IOException
- if the parameters cannot be initialised.public static String getDigestAlgName(ASN1ObjectIdentifier digestAlgOID)
digestAlgOID
- the OID of the digest algorithm of interest.Copyright © 2017 BouncyCastle.org. All rights reserved.