Package java.security
Class AlgorithmParameters
java.lang.Object
java.security.AlgorithmParameters
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AlgorithmParameters
(AlgorithmParametersSpi var0, Provider var1, String var2) -
Method Summary
Modifier and TypeMethodDescriptionfinal String
final byte[]
final byte[]
getEncoded
(String var0) static AlgorithmParameters
getInstance
(String var0) static AlgorithmParameters
getInstance
(String var0, String var1) final AlgorithmParameterSpec
getParameterSpec
(Class var0) final Provider
final void
init
(byte[] var0) final void
final void
init
(AlgorithmParameterSpec var0) final String
toString()
-
Constructor Details
-
AlgorithmParameters
-
-
Method Details
-
getAlgorithm
-
getEncoded
- Throws:
IOException
-
getEncoded
- Throws:
IOException
-
getInstance
- Throws:
NoSuchAlgorithmException
-
getInstance
public static AlgorithmParameters getInstance(String var0, String var1) throws NoSuchAlgorithmException, NoSuchProviderException -
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec(Class var0) throws InvalidParameterSpecException - Throws:
InvalidParameterSpecException
-
getProvider
-
init
- Throws:
IOException
-
init
- Throws:
IOException
-
init
- Throws:
InvalidParameterSpecException
-
toString
-