Class AlgorithmParameters
java.lang.Object
java.security.AlgorithmParameters
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAlgorithmParameters(AlgorithmParametersSpi var0, Provider var1, String var2) -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal byte[]final byte[]getEncoded(String var0) static AlgorithmParametersgetInstance(String var0) static AlgorithmParametersgetInstance(String var0, String var1) final AlgorithmParameterSpecgetParameterSpec(Class var0) final Providerfinal voidinit(byte[] var0) final voidfinal voidinit(AlgorithmParameterSpec var0) final StringtoString()
-
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
-