JML

java.security
Class AlgorithmParameters

java.lang.Object
  extended byjava.security.AlgorithmParameters

public class AlgorithmParameters
extends Object


Model Field Summary
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Field Summary
private  String algorithm
           
private  boolean initialized
           
private  AlgorithmParametersSpi paramSpi
           
private  Provider provider
           
 
Constructor Summary
protected AlgorithmParameters(AlgorithmParametersSpi, Provider, String)
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
 String getAlgorithm()
           
 byte[] getEncoded()
           
 byte[] getEncoded(String)
           
static AlgorithmParameters getInstance(String)
           
static AlgorithmParameters getInstance(String, String)
           
static AlgorithmParameters getInstance(String, Provider)
           
 AlgorithmParameterSpec getParameterSpec(Class)
           
 Provider getProvider()
           
 void init(byte[])
           
 void init(byte[], String)
           
 void init(AlgorithmParameterSpec)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

algorithm

private String algorithm

paramSpi

private AlgorithmParametersSpi paramSpi

initialized

private boolean initialized

provider

private Provider provider
Constructor Detail

AlgorithmParameters

protected AlgorithmParameters(AlgorithmParametersSpi,
                              Provider,
                              String)
Method Detail

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

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.