public abstract class PKCS1AlgorithmParameters
extends java.security.AlgorithmParametersSpi
Constructor and Description |
---|
PKCS1AlgorithmParameters() |
Modifier and Type | Method and Description |
---|---|
protected void |
engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
Initializes this PKCS#1 AlgorithmParameters from the given ParameterSpec.
|
protected void |
engineInit(byte[] params)
Initializes this PKCS#1 AlgorithmParameters object from the given DER encoded byte
array.
|
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec) throws java.security.spec.InvalidParameterSpecException
engineInit
in class java.security.AlgorithmParametersSpi
paramSpec
- the parameter specificationjava.security.spec.InvalidParameterSpecException
- if the given parameter specification is invalidprotected void engineInit(byte[] params) throws java.io.IOException
engineInit
in class java.security.AlgorithmParametersSpi
params
- the DER encoded byte arrayjava.io.IOException
- if an error occurs when decoding the given byte array