Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.security.AlgorithmParameters

Packages that use AlgorithmParameters
java.security Provides the classes and interfaces for the security framework. 
 

Uses of AlgorithmParameters in java.security
 

Methods in java.security that return AlgorithmParameters
protected  AlgorithmParameters SignatureSpi.engineGetParameters()
          This method is overridden by providers to return the parameters used with this signature engine, or null if this signature engine does not use any parameters.
static AlgorithmParameters AlgorithmParameters.getInstance(String algorithm)
          Generates a parameter object for the specified algorithm.
static AlgorithmParameters AlgorithmParameters.getInstance(String algorithm, String provider)
          Generates a parameter object for the specified algorithm, as supplied by the specified provider, if such an algorithm is available from the provider.
static AlgorithmParameters AlgorithmParameters.getInstance(String algorithm, Provider provider)
          Generates a parameter object for the specified algorithm, as supplied by the specified provider, if such an algorithm is available from the provider.
 AlgorithmParameters Signature.getParameters()
          Returns the parameters used with this signature object.
 AlgorithmParameters AlgorithmParameterGenerator.generateParameters()
          Generates the parameters.
protected abstract  AlgorithmParameters AlgorithmParameterGeneratorSpi.engineGenerateParameters()
          Generates the parameters.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.
ng HTML relo