java.security
Class AlgorithmParameters
java.lang.Object
java.security.AlgorithmParameters
- public class AlgorithmParameters
- extends Object
algorithm
private String algorithm
paramSpi
private AlgorithmParametersSpi paramSpi
initialized
private boolean initialized
provider
private Provider provider
AlgorithmParameters
protected AlgorithmParameters(AlgorithmParametersSpi,
Provider,
String)
getEncoded
public final byte[] getEncoded()
throws IOException
- Throws:
IOException
init
public final void init(byte[])
throws IOException
- Throws:
IOException
getAlgorithm
public final String getAlgorithm()
toString
public final String toString()
- Overrides:
toString
in class Object
getEncoded
public final byte[] getEncoded(String)
throws IOException
- Throws:
IOException
init
public final void init(byte[],
String)
throws IOException
- Throws:
IOException
getProvider
public final Provider getProvider()
init
public final void init(AlgorithmParameterSpec)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
getInstance
public static AlgorithmParameters getInstance(String)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec(Class)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
getInstance
public static AlgorithmParameters getInstance(String,
String)
throws NoSuchAlgorithmException,
NoSuchProviderException
- Throws:
NoSuchAlgorithmException
NoSuchProviderException
getInstance
public static AlgorithmParameters getInstance(String,
Provider)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.