Static ReadonlyPkcs1The PKCS #1 v1.5 encryption padding.
Static ReadonlyOaepOAEP using the default (SHA-1) hash algorithm.
Static ReadonlyOaepOAEP using the SHA-256 hash algorithm.
Static ReadonlyOaepOAEP using the SHA-384 hash algorithm.
Static ReadonlyOaepOAEP using the SHA-512 hash algorithm.
Static ReadonlyvaluesAll public static padding instances (the TS analogue of C#'s reflection over static fields).
ReadonlyschemeThe RSA encryption padding scheme.
ReadonlyoaepThe hash algorithm used for RSAES-OAEP padding.
Determines whether the specified padding is equal to this one.
Returns a hash code for this instance (C#: ((hash << 5) + hash) ^ oaep).
Returns a string representation (C#: Pkcs1 or Oaep{HashName}).
Get the RSAES-OAEP parameters for this padding (RFC 8017 A.2.1).
Get the AlgorithmIdentifier for this padding, or null for PKCS #1
v1.5 (which has no explicit algorithm identifier).
StaticcreateCreate a new RsaEncryptionPadding using OAEP and the specified hash algorithm.
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).