java > java.security > java.security.algorithmparameters >

Class: java.security.AlgorithmParameters
    java.lang.Object
       java.security.AlgorithmParameters


public class AlgorithmParameters extends Object


FIELDS:

CONSTRUCTORS:
protected AlgorithmParameters(AlgorithmParametersSpi paramSpi, Provider provider, String algorithm)


METHODS:
public final String getAlgorithm()

public final byte[] getEncoded()
Throws: IOException

public final byte[] getEncoded(String format)
Throws: IOException

public static AlgorithmParameters getInstance(String algorithm)
Throws: NoSuchAlgorithmException

public static AlgorithmParameters getInstance(String algorithm, String provider)
Throws: NoSuchAlgorithmException
Throws: NoSuchProviderException
Throws: IllegalArgumentException

public static AlgorithmParameters getInstance(String algorithm, Provider provider)
Throws: NoSuchAlgorithmException
Throws: IllegalArgumentException

public final Object getParameterSpec(Class paramSpec)
Throws: InvalidParameterSpecException

public final Provider getProvider()

public final void init(byte[] params)
Throws: IOException

public final void init(byte[] params, String format)
Throws: IOException

public final void init(AlgorithmParameterSpec paramSpec)
Throws: InvalidParameterSpecException

public final String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net