11 references to KeyAgreeRecipientInfoAsn
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (2)
15
private readonly
KeyAgreeRecipientInfoAsn
_asn;
18
internal ManagedKeyAgreePal(
KeyAgreeRecipientInfoAsn
asn, int index)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (6)
54
internal static
KeyAgreeRecipientInfoAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
59
internal static
KeyAgreeRecipientInfoAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
65
DecodeCore(ref reader, expectedTag, encoded, out
KeyAgreeRecipientInfoAsn
decoded);
75
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
KeyAgreeRecipientInfoAsn
decoded)
80
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
KeyAgreeRecipientInfoAsn
decoded)
92
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
KeyAgreeRecipientInfoAsn
decoded)
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (3)
15
internal System.Security.Cryptography.Pkcs.Asn1.
KeyAgreeRecipientInfoAsn
? Kari;
106
System.Security.Cryptography.Pkcs.Asn1.
KeyAgreeRecipientInfoAsn
tmpKari;
107
System.Security.Cryptography.Pkcs.Asn1.
KeyAgreeRecipientInfoAsn
.Decode(ref reader, new Asn1Tag(TagClass.ContextSpecific, 1), rebind, out tmpKari);