AlgorithmParameters
Class AlgorithmParameters
- java.lang.Object
-
- java.security.AlgorithmParameters
public class AlgorithmParameters extends Object
This class is used as an opaque representation of cryptographic parameters.
An AlgorithmParameters
object for managing the parameters for a particular algorithm can be obtained by calling one of the getInstance
factory methods (static methods that return instances of a given class).
Once an AlgorithmParameters
object is obtained, it must be initialized via a call to init
, using an appropriate parameter specification or parameter encoding.
A transparent parameter specification is obtained from an AlgorithmParameters
object via a call to getParameterSpec
登录查看完整内容