| /external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
| D | EncryptResponse.java | 49 .setter(setter(Builder::encryptionAlgorithm)) 60 private final String encryptionAlgorithm; field in EncryptResponse 66 this.encryptionAlgorithm = builder.encryptionAlgorithm; in EncryptResponse() 110 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in EncryptResponse 111 return EncryptionAlgorithmSpec.fromValue(encryptionAlgorithm); in encryptionAlgorithm() 128 return encryptionAlgorithm; in encryptionAlgorithmAsString() 251 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument 264 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() argument 272 private String encryptionAlgorithm; field in EncryptResponse.BuilderImpl 281 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
| D | DecryptResponse.java | 49 .setter(setter(Builder::encryptionAlgorithm)) 66 private final String encryptionAlgorithm; field in DecryptResponse 74 this.encryptionAlgorithm = builder.encryptionAlgorithm; in DecryptResponse() 126 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in DecryptResponse 127 return EncryptionAlgorithmSpec.fromValue(encryptionAlgorithm); in encryptionAlgorithm() 144 return encryptionAlgorithm; in encryptionAlgorithmAsString() 304 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument 317 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() argument 349 private String encryptionAlgorithm; field in DecryptResponse.BuilderImpl 360 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
| D | EncryptRequest.java | 87 .setter(setter(Builder::encryptionAlgorithm)) 106 private final String encryptionAlgorithm; field in EncryptRequest 116 this.encryptionAlgorithm = builder.encryptionAlgorithm; in EncryptRequest() 357 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in EncryptRequest 358 return EncryptionAlgorithmSpec.fromValue(encryptionAlgorithm); in encryptionAlgorithm() 392 return encryptionAlgorithm; in encryptionAlgorithmAsString() 735 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() method 765 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 803 private String encryptionAlgorithm; field in EncryptRequest.BuilderImpl 816 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
| D | DecryptRequest.java | 87 .setter(setter(Builder::encryptionAlgorithm)) 112 private final String encryptionAlgorithm; field in DecryptRequest 124 this.encryptionAlgorithm = builder.encryptionAlgorithm; in DecryptRequest() 365 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in DecryptRequest 366 return EncryptionAlgorithmSpec.fromValue(encryptionAlgorithm); in encryptionAlgorithm() 395 return encryptionAlgorithm; in encryptionAlgorithmAsString() 792 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument 818 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 947 private String encryptionAlgorithm; field in DecryptRequest.BuilderImpl 962 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
| /external/python/pyasn1-modules/pyasn1_modules/ |
| D | rfc8018.py | 60 encryptionAlgorithm = _OID(rsadsi, 3) variable 102 des_EDE3_CBC = _OID(encryptionAlgorithm, 7) 104 rc2CBC = _OID(encryptionAlgorithm, 2) 106 rc5_CBC_PAD = _OID(encryptionAlgorithm, 9)
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
| D | SignerInformation.java | 55 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation 87 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation() 123 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation() 212 return encryptionAlgorithm.getAlgorithm().getId(); in getEncryptionAlgOID() 223 return encodeObj(encryptionAlgorithm.getParameters()); in getEncryptionAlgParams() 359 … contentVerifier = verifier.getContentVerifier(encryptionAlgorithm, info.getDigestAlgorithm()); in doVerify()
|
| /external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
| D | SignerInformation.java | 57 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation 89 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation() 125 this.encryptionAlgorithm = info.getDigestEncryptionAlgorithm(); in SignerInformation() 214 return encryptionAlgorithm.getAlgorithm().getId(); in getEncryptionAlgOID() 225 return encodeObj(encryptionAlgorithm.getParameters()); in getEncryptionAlgParams() 361 … contentVerifier = verifier.getContentVerifier(encryptionAlgorithm, info.getDigestAlgorithm()); in doVerify()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
| D | EncryptedData.java | 70 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument 76 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
|
| D | PKCSObjectIdentifiers.java | 89 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field 92 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7"); 94 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2"); 96 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
| D | EncryptedData.java | 72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument 78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
|
| D | PKCSObjectIdentifiers.java | 92 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field 95 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7"); 97 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2"); 99 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
| D | PKCSObjectIdentifiers.java | 91 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field 94 ASN1ObjectIdentifier des_EDE3_CBC = encryptionAlgorithm.branch("7"); 96 ASN1ObjectIdentifier RC2_CBC = encryptionAlgorithm.branch("2"); 98 ASN1ObjectIdentifier rc4 = encryptionAlgorithm.branch("4");
|
| D | EncryptedData.java | 72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument 78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
|
| /external/python/apitools/samples/storage_sample/storage_v1/ |
| D | storage_v1_messages.py | 558 encryptionAlgorithm = _messages.StringField(1) variable in Object.CustomerEncryptionValue
|