8 references to OaepParamsAsn
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\PkcsHelpers.cs (2)
353
OaepParamsAsn
oaepParameters =
OaepParamsAsn
.Decode(parameters.Value, AsnEncodingRules.DER);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (6)
102
internal static
OaepParamsAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
107
internal static
OaepParamsAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
113
DecodeCore(ref reader, expectedTag, encoded, out
OaepParamsAsn
decoded);
123
internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
OaepParamsAsn
decoded)
128
internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OaepParamsAsn
decoded)
140
private static void DecodeCore(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OaepParamsAsn
decoded)