Home
last modified time | relevance | path

Searched refs:KeyAgreeRecipientInfo (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/
H A DKeyAgreeRecipientInfoTests.cs27 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreeVersion_RoundTrip()
34 KeyAgreeRecipientInfo recipient = FixedValueKeyAgree1(); in TestKeyAgreeVersion_FixedValue()
41 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreeType_RoundTrip()
55 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreesRecipientIdType_RoundTrip()
71 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreeRecipientIdValue_RoundTrip()
133 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreeKeyEncryptionAlgorithm_RoundTrip()
151 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreeEncryptedKey_RoundTrip()
169 KeyAgreeRecipientInfo recipient = EncodeKeyAgreel(); in TestKeyAgreeOriginatorIdentifierOrKey_RoundTrip()
274 KeyAgreeRecipientInfo r = (KeyAgreeRecipientInfo)(envelopedCms.RecipientInfos[0]); in TestKeyAgreeOtherKeyAttribute_FixedValue_Ski()
301 return (KeyAgreeRecipientInfo)recipientInfo; in EncodeKeyAgreel()
[all …]
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/cms/
H A DKeyAgreeRecipientInfo.java30 public class KeyAgreeRecipientInfo class
39 public KeyAgreeRecipientInfo( in KeyAgreeRecipientInfo() method in KeyAgreeRecipientInfo
55 public KeyAgreeRecipientInfo( in KeyAgreeRecipientInfo() method in KeyAgreeRecipientInfo
85 public static KeyAgreeRecipientInfo getInstance( in getInstance()
105 public static KeyAgreeRecipientInfo getInstance( in getInstance()
108 if (obj instanceof KeyAgreeRecipientInfo) in getInstance()
110 return (KeyAgreeRecipientInfo)obj; in getInstance()
115 return new KeyAgreeRecipientInfo(ASN1Sequence.getInstance(obj)); in getInstance()
H A DRecipientInfo.java38 KeyAgreeRecipientInfo info) in RecipientInfo()
110 return KeyAgreeRecipientInfo.getInstance(o, false).getVersion(); in getVersion()
139 return KeyAgreeRecipientInfo.getInstance(o, false); in getInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Internal/Cryptography/Pal/Windows/
H A DDecryptorPalWindows.DecodeRecipients.cs55KeyAgreeRecipientInfo[] recipients = new KeyAgreeRecipientInfo[numKeys]; in ToRecipientInfosForThisIndex()
58 …recipients[subIndex] = new KeyAgreeRecipientInfo(new KeyAgreeRecipientInfoPalWindows(pCmsgCmsRecip… in ToRecipientInfosForThisIndex()
H A DDecryptorPalWindows.Decrypt.cs51 …exception = TryDecryptAgree((KeyAgreeRecipientInfo)recipientInfo, hKey, keySpec, originatorCerts, … in TryDecrypt()
129 …private Exception TryDecryptAgree(KeyAgreeRecipientInfo keyAgreeRecipientInfo, SafeProvOrNCryptKey… in TryDecryptAgree()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DKeyAgreeRecipientInformation.java10 import org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo;
26 private KeyAgreeRecipientInfo info;
29 static void readRecipientInfo(List infos, KeyAgreeRecipientInfo info, in readRecipientInfo()
63 KeyAgreeRecipientInfo info, in KeyAgreeRecipientInformation()
H A DKeyAgreeRecipientInfoGenerator.java7 import org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo;
59 …return new RecipientInfo(new KeyAgreeRecipientInfo(originator, new DEROctetString(userKeyingMateri… in generate()
64 … return new RecipientInfo(new KeyAgreeRecipientInfo(originator, null, keyAgreeAlg, recipients)); in generate()
H A DCMSEnvelopedHelper.java13 import org.bouncycastle.asn1.cms.KeyAgreeRecipientInfo;
55 else if (recipInfo instanceof KeyAgreeRecipientInfo) in readRecipientInfo()
58 (KeyAgreeRecipientInfo)recipInfo, messageAlgorithm, secureReadable, additionalData); in readRecipientInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography.Pkcs/
H A DKeyAgreeRecipientInfo.cs35 public sealed class KeyAgreeRecipientInfo : RecipientInfo { class
38 internal KeyAgreeRecipientInfo () in KeyAgreeRecipientInfo() method in System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DKeyAgreeRecipientInfo.cs13 public sealed class KeyAgreeRecipientInfo : RecipientInfo class
15 internal KeyAgreeRecipientInfo(KeyAgreeRecipientInfoPal pal) in KeyAgreeRecipientInfo() method in System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/
H A Dcommon_System.Security.dll.sources16 System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pyasn1_modules/
H A Drfc5652.py437 class KeyAgreeRecipientInfo(univ.Sequence): class
441 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
468 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
H A Drfc3852.py252 class KeyAgreeRecipientInfo(univ.Sequence): class
256 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
296 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/pyasn1_modules/
H A Drfc5652.py438 class KeyAgreeRecipientInfo(univ.Sequence): class
442 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
469 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
H A Drfc3852.py253 class KeyAgreeRecipientInfo(univ.Sequence): class
257 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
297 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyasn1-modules/pyasn1_modules/
H A Drfc5652.py437 class KeyAgreeRecipientInfo(univ.Sequence): class
441 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
468 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
H A Drfc3852.py252 class KeyAgreeRecipientInfo(univ.Sequence): class
256 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
296 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pyasn1-modules/pyasn1_modules/
H A Drfc3852.py247 class KeyAgreeRecipientInfo(univ.Sequence): class
251 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
291 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/pyasn1_modules/pyasn1_modules/
H A Drfc5652.py437 class KeyAgreeRecipientInfo(univ.Sequence): class
441 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
468 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
H A Drfc3852.py252 class KeyAgreeRecipientInfo(univ.Sequence): class
256 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
296 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/www/firefox/firefox-99.0/third_party/python/pyasn1_modules/pyasn1_modules/
H A Drfc5652.py461 class KeyAgreeRecipientInfo(univ.Sequence): class
465 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
494 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
H A Drfc3852.py252 class KeyAgreeRecipientInfo(univ.Sequence): class
256 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
296 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyasn1-modules/pyasn1_modules/
H A Drfc3852.py247 class KeyAgreeRecipientInfo(univ.Sequence): class
251 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
291 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
H A Drfc5652.py437 class KeyAgreeRecipientInfo(univ.Sequence): class
441 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
468 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
H A Drfc3852.py252 class KeyAgreeRecipientInfo(univ.Sequence): class
256 KeyAgreeRecipientInfo.componentType = namedtype.NamedTypes(
296 namedtype.NamedType('kari', KeyAgreeRecipientInfo().subtype(

123