1 write to Kem
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
106System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.Kem);
4 references to Kem
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (3)
80kemri.Kem.Algorithm = keyAlgorithm; 140internal override AlgorithmIdentifier KeyEncapsulationAlgorithm => field ??= ToAlgorithmIdentifier(_asn.Kem); 166string kemAlgorithm = _asn.Kem.Algorithm;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
35Kem.Encode(writer);