AlgorithmParametersSpi.engineInit

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

  1. void engineInit(AlgorithmParameterSpec paramSpec)
  2. void engineInit(byte[] params)
    class AlgorithmParametersSpi
    protected abstract
    void
    engineInit
    (
    byte[] params
    )
  3. void engineInit(byte[] params, string format)

Meta