Class CONTEXT.ContextAlgorithmParametersSpi
java.lang.Object
java.security.AlgorithmParametersSpi
org.bouncycastle.jcajce.provider.asymmetric.CONTEXT.ContextAlgorithmParametersSpi
- Enclosing class:
CONTEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]protected byte[]protected AlgorithmParameterSpecengineGetParameterSpec(Class paramSpec) protected voidengineInit(byte[] bytes) protected voidengineInit(byte[] bytes, String s) protected voidengineInit(AlgorithmParameterSpec algorithmParameterSpec) protected Stringprotected booleanisASN1FormatString(String format)
-
Constructor Details
-
ContextAlgorithmParametersSpi
public ContextAlgorithmParametersSpi()
-
-
Method Details
-
isASN1FormatString
-
engineGetParameterSpec
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException - Specified by:
engineGetParameterSpecin classAlgorithmParametersSpi- Throws:
InvalidParameterSpecException
-
engineInit
protected void engineInit(AlgorithmParameterSpec algorithmParameterSpec) throws InvalidParameterSpecException - Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
InvalidParameterSpecException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
IOException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
IOException
-
engineGetEncoded
- Specified by:
engineGetEncodedin classAlgorithmParametersSpi- Throws:
IOException
-
engineGetEncoded
- Specified by:
engineGetEncodedin classAlgorithmParametersSpi- Throws:
IOException
-
engineToString
- Specified by:
engineToStringin classAlgorithmParametersSpi
-