✓
public class AlgorithmParameters
extends java.lang.Object
Constructors
- ✓protected AlgorithmParameters(java.security.AlgorithmParametersSpi arg0, java.security.Provider arg1, java.lang.String arg2)
Methods
- ✓public final java.lang.String getAlgorithm()
- ✓public final byte[] getEncoded() throws java.io.IOException
- ✓public final byte[] getEncoded(java.lang.String arg0) throws java.io.IOException
- ✓public static java.security.AlgorithmParameters getInstance(java.lang.String arg0) throws java.security.NoSuchAlgorithmException
- ✓public static java.security.AlgorithmParameters getInstance(java.lang.String arg0, java.lang.String arg1) throws java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
- ✓public static java.security.AlgorithmParameters getInstance(java.lang.String arg0, java.security.Provider arg1) throws java.security.NoSuchAlgorithmException
- ✓public final <T> T getParameterSpec(java.lang.Class<T> arg0) throws java.security.spec.InvalidParameterSpecException
- ✓public final java.security.Provider getProvider()
- ✓public final void init(byte[] arg0) throws java.io.IOException
- ✓public final void init(byte[] arg0, java.lang.String arg1) throws java.io.IOException
- ✓public final void init(java.security.spec.AlgorithmParameterSpec arg0) throws java.security.spec.InvalidParameterSpecException
- ✓public final java.lang.String toString()