org.bouncycastle.jcajce.provider.asymmetric.ec
Class AlgorithmParametersSpi
java.lang.Object
java.security.AlgorithmParametersSpi
org.bouncycastle.jcajce.provider.asymmetric.ec.AlgorithmParametersSpi
- public class AlgorithmParametersSpi
- extends java.security.AlgorithmParametersSpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgorithmParametersSpi
public AlgorithmParametersSpi()
isASN1FormatString
protected boolean isASN1FormatString(java.lang.String format)
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec algorithmParameterSpec)
throws java.security.spec.InvalidParameterSpecException
- Throws:
java.security.spec.InvalidParameterSpecException
engineInit
protected void engineInit(byte[] bytes)
throws java.io.IOException
- Throws:
java.io.IOException
engineInit
protected void engineInit(byte[] bytes,
java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineGetParameterSpec
protected java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Throws:
java.security.spec.InvalidParameterSpecException
engineGetEncoded
protected byte[] engineGetEncoded()
throws java.io.IOException
- Throws:
java.io.IOException
engineGetEncoded
protected byte[] engineGetEncoded(java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineToString
protected java.lang.String engineToString()