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, engineToStringprotected boolean isASN1FormatString(String format)
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
engineGetParameterSpec in class AlgorithmParametersSpiInvalidParameterSpecExceptionprotected abstract AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
InvalidParameterSpecExceptionCopyright © 2015. All rights reserved.