8 references to Rfc3161TimeStampResp
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (6)
43
internal static
Rfc3161TimeStampResp
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
48
internal static
Rfc3161TimeStampResp
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
54
DecodeCore(ref reader, expectedTag, encoded, out
Rfc3161TimeStampResp
decoded);
64
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampResp
decoded)
69
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampResp
decoded)
81
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampResp
decoded)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (2)
83
Rfc3161TimeStampResp
resp;
90
Rfc3161TimeStampResp
.Decode(ref reader, source, out resp);