mimekit-ts - v1.0.0
    Preparing search index...

    Class RsaEncryptionPadding

    The RSA encryption padding schemes and parameters used by S/MIME (rfc8017).

    Immutable value type with a small set of interned static instances. Compare with RsaEncryptionPadding.equals (C#'s == / Equals).

    Index

    The PKCS #1 v1.5 encryption padding.

    OaepSha1: RsaEncryptionPadding = ...

    OAEP using the default (SHA-1) hash algorithm.

    OaepSha256: RsaEncryptionPadding = ...

    OAEP using the SHA-256 hash algorithm.

    OaepSha384: RsaEncryptionPadding = ...

    OAEP using the SHA-384 hash algorithm.

    OaepSha512: RsaEncryptionPadding = ...

    OAEP using the SHA-512 hash algorithm.

    values: readonly RsaEncryptionPadding[] = ...

    All public static padding instances (the TS analogue of C#'s reflection over static fields).

    The RSA encryption padding scheme.

    oaepHashAlgorithm: DigestAlgorithm

    The hash algorithm used for RSAES-OAEP padding.