public class AlgorithmParametersSpi extends AlgorithmParametersSpi
Constructor and Description |
---|
AlgorithmParametersSpi() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGetEncoded()
Return the X.509 ASN.1 structure DSAParameter.
|
protected byte[] |
engineGetEncoded(String format) |
protected AlgorithmParameterSpec |
engineGetParameterSpec(Class paramSpec) |
protected void |
engineInit(AlgorithmParameterSpec paramSpec) |
protected void |
engineInit(byte[] params) |
protected void |
engineInit(byte[] params,
String format) |
protected String |
engineToString() |
protected boolean |
isASN1FormatString(String format) |
protected AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
protected boolean isASN1FormatString(String format)
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
engineGetParameterSpec
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected byte[] engineGetEncoded()
DSAParameter ::= SEQUENCE { prime INTEGER, -- p subprime INTEGER, -- q base INTEGER, -- g}
engineGetEncoded
in class AlgorithmParametersSpi
protected byte[] engineGetEncoded(String format)
engineGetEncoded
in class AlgorithmParametersSpi
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
InvalidParameterSpecException
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
engineInit
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected void engineInit(byte[] params) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected void engineInit(byte[] params, String format) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected String engineToString()
engineToString
in class AlgorithmParametersSpi
Copyright © 2018 BouncyCastle.org. All rights reserved.