java.security
Class AlgorithmParameters
java.lang.Object
java.security.AlgorithmParameters
- public class AlgorithmParameters
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AlgorithmParameters
protected AlgorithmParameters(AlgorithmParametersSpi paramSpi,
java.security.Provider provider,
java.lang.String algorithm)
getAlgorithm
public final java.lang.String getAlgorithm()
getEncoded
public final byte[] getEncoded()
throws java.io.IOException
- Throws:
java.io.IOException
getEncoded
public final byte[] getEncoded(java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
getInstance
public static AlgorithmParameters getInstance(java.lang.String algorithm)
throws java.security.NoSuchAlgorithmException
- Throws:
java.security.NoSuchAlgorithmException
getInstance
public static AlgorithmParameters getInstance(java.lang.String algorithm,
java.lang.String provider)
throws java.security.NoSuchAlgorithmException,
java.security.NoSuchProviderException
- Throws:
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec(java.lang.Class paramSpec)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
getProvider
public final java.security.Provider getProvider()
init
public final void init(AlgorithmParameterSpec paramSpec)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
init
public final void init(byte[] params)
throws java.io.IOException
- Throws:
java.io.IOException
init
public final void init(byte[] params,
java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public final java.lang.String toString()