public abstract class JDKAlgorithmParameters extends AlgorithmParametersSpi
Modifier and Type | Class and Description |
---|---|
static class |
JDKAlgorithmParameters.DH |
static class |
JDKAlgorithmParameters.DSA |
static class |
JDKAlgorithmParameters.ElGamal |
static class |
JDKAlgorithmParameters.GOST3410 |
static class |
JDKAlgorithmParameters.IES |
static class |
JDKAlgorithmParameters.IVAlgorithmParameters |
static class |
JDKAlgorithmParameters.OAEP |
static class |
JDKAlgorithmParameters.PBKDF2 |
static class |
JDKAlgorithmParameters.PKCS12PBE |
static class |
JDKAlgorithmParameters.PSS |
static class |
JDKAlgorithmParameters.RC2AlgorithmParameters |
Constructor and Description |
---|
JDKAlgorithmParameters() |
Modifier and Type | Method and Description |
---|---|
protected AlgorithmParameterSpec |
engineGetParameterSpec(Class paramSpec) |
protected boolean |
isASN1FormatString(String format) |
protected abstract AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
engineGetEncoded, engineGetEncoded, engineInit, engineInit, engineInit, engineToString
protected boolean isASN1FormatString(String format)
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
engineGetParameterSpec
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected abstract AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
InvalidParameterSpecException
Copyright © 2015. All rights reserved.