Example usage for Java java.security AlgorithmParameters fields, constructors, methods, implement or subclass
The text is from its open source code.
byte[] | getEncoded(String format) Returns the parameters encoded in the specified scheme. |
byte[] | getEncoded() Returns the parameters in their primary encoding format. |
AlgorithmParameters | getInstance(String algorithm, String provider) Returns a parameter object for the specified algorithm. |
AlgorithmParameters | getInstance(String algorithm, Provider provider) Returns a parameter object for the specified algorithm. |
AlgorithmParameters | getInstance(String algorithm) Returns a parameter object for the specified algorithm. |
T | getParameterSpec(Class Returns a (transparent) specification of this parameter object. |
void | init(AlgorithmParameterSpec paramSpec) Initializes this parameter object using the parameters specified in paramSpec . |
void | init(byte[] params) Imports the specified parameters and decodes them according to the primary decoding format for parameters. |