Class RSASSAPSSParams

Represents the RSASSAPSSParams structure described in RFC4055

Hierarchy

Implements

Constructors

Properties

hashAlgorithm: AlgorithmIdentifier

Algorithms of hashing (DEFAULT sha1)

maskGenAlgorithm: AlgorithmIdentifier

Salt length (DEFAULT 20)

saltLength: number

Salt length (DEFAULT 20)

trailerField: number

(DEFAULT 1)

CLASS_NAME: string = "RSASSAPSSParams"

Name of the class

Accessors

  • get className(): string
  • Returns string

Methods

  • Parameters

    • encoding: "base64" | "base64url" | "hex" = "hex"

    Returns string

  • Creates PKI object from the raw data

    Returns

    Initialized and filled current class object

    Type Parameters

    Parameters

    • this: PkiObjectConstructor<T>
    • raw: BufferSource

      ASN.1 encoded raw data

    Returns T

Generated using TypeDoc