AlgorithmParametersSpi.engineGetEncoded

Returns the parameters encoded in the specified format. If {@code format} is null, the primary encoding format for parameters is used. The primary encoding format is ASN.1, if an ASN.1 specification for these parameters exists.

@param format the name of the encoding format.

@return the parameters encoded using the specified encoding scheme.

@exception IOException on encoding errors.

  1. byte[] engineGetEncoded()
  2. byte[] engineGetEncoded(string format)
    class AlgorithmParametersSpi
    protected abstract
    byte[]
    engineGetEncoded
    (
    string format
    )

Meta