AlgorithmParameters.initilize

Imports the specified parameters and decodes them according to the primary decoding format for parameters. The primary decoding format for parameters is ASN.1, if an ASN.1 specification for this type of parameters exists.

@param params the encoded parameters.

@exception IOException on decoding errors, or if this parameter object has already been initialized.

  1. void initilize(AlgorithmParameterSpec paramSpec)
  2. void initilize(byte[] params)
    class AlgorithmParameters
    final
    void
    initilize
    (
    byte[] params
    )
  3. void initilize(byte[] params, string format)

Meta