public static class JDKAlgorithmParameters.GOST3410 extends JDKAlgorithmParameters
JDKAlgorithmParameters.DH, JDKAlgorithmParameters.DSA, JDKAlgorithmParameters.ElGamal, JDKAlgorithmParameters.GOST3410, JDKAlgorithmParameters.IES, JDKAlgorithmParameters.IVAlgorithmParameters, JDKAlgorithmParameters.OAEP, JDKAlgorithmParameters.PBKDF2, JDKAlgorithmParameters.PKCS12PBE, JDKAlgorithmParameters.PSS, JDKAlgorithmParameters.RC2AlgorithmParameters| Constructor and Description |
|---|
GOST3410() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
engineGetEncoded()
Return the X.509 ASN.1 structure GOST3410Parameter.
|
protected byte[] |
engineGetEncoded(String format) |
protected void |
engineInit(AlgorithmParameterSpec paramSpec) |
protected void |
engineInit(byte[] params) |
protected void |
engineInit(byte[] params,
String format) |
protected String |
engineToString() |
protected AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
engineGetParameterSpec, isASN1FormatStringprotected byte[] engineGetEncoded()
GOST3410Parameter ::= SEQUENCE {
prime INTEGER, -- p
subprime INTEGER, -- q
base INTEGER, -- a}
engineGetEncoded in class AlgorithmParametersSpiprotected byte[] engineGetEncoded(String format)
engineGetEncoded in class AlgorithmParametersSpiprotected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
localEngineGetParameterSpec in class JDKAlgorithmParametersInvalidParameterSpecExceptionprotected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
engineInit in class AlgorithmParametersSpiInvalidParameterSpecExceptionprotected void engineInit(byte[] params)
throws IOException
engineInit in class AlgorithmParametersSpiIOExceptionprotected void engineInit(byte[] params,
String format)
throws IOException
engineInit in class AlgorithmParametersSpiIOExceptionprotected String engineToString()
engineToString in class AlgorithmParametersSpiCopyright © 2015. All rights reserved.