kz.gamma.jce.provider
Class JDKAlgorithmParameters
java.lang.Object
java.security.AlgorithmParametersSpi
kz.gamma.jce.provider.JDKAlgorithmParameters
public class JDKAlgorithmParameters
- extends java.security.AlgorithmParametersSpi
|
Field Summary |
private java.lang.String |
profile
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profile
private java.lang.String profile
JDKAlgorithmParameters
public JDKAlgorithmParameters()
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Specified by:
engineInit in class java.security.AlgorithmParametersSpi
- Throws:
java.security.spec.InvalidParameterSpecException
engineInit
protected void engineInit(byte[] params)
throws java.io.IOException
- Specified by:
engineInit in class java.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
engineInit
protected void engineInit(byte[] params,
java.lang.String format)
throws java.io.IOException
- Specified by:
engineInit in class java.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
engineGetParameterSpec
protected <T extends java.security.spec.AlgorithmParameterSpec> T engineGetParameterSpec(java.lang.Class<T> paramSpec)
throws java.security.spec.InvalidParameterSpecException
- Specified by:
engineGetParameterSpec in class java.security.AlgorithmParametersSpi
- Throws:
java.security.spec.InvalidParameterSpecException
engineGetEncoded
protected byte[] engineGetEncoded()
throws java.io.IOException
- Specified by:
engineGetEncoded in class java.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
engineGetEncoded
protected byte[] engineGetEncoded(java.lang.String format)
throws java.io.IOException
- Specified by:
engineGetEncoded in class java.security.AlgorithmParametersSpi
- Throws:
java.io.IOException
engineToString
protected java.lang.String engineToString()
- Specified by:
engineToString in class java.security.AlgorithmParametersSpi
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.