/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
H A 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() method 264 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 272 private String encryptionAlgorithm; field in EncryptResponse.BuilderImpl 281 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
H A 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() method 317 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() argument 349 private String encryptionAlgorithm; field in DecryptResponse.BuilderImpl 360 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
H A 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() argument 765 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method 803 private String encryptionAlgorithm; field in EncryptRequest.BuilderImpl 816 encryptionAlgorithm(model.encryptionAlgorithm); in BuilderImpl() [all …]
|
H A 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 …]
|
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | NullCipherNotifierTest.java | 213 for (int encryptionAlgorithm : NULL_CIPHERS) { in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted() 221 encryptionAlgorithm, in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted() 229 + " Encryption algorithm: " + encryptionAlgorithm)) in onUpdate_enabled_transportLayerEvent_encryptionNullCipher_notifyNonEncrypted() 275 for (int encryptionAlgorithm : NON_NULL_CIPHERS) { in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted() 283 encryptionAlgorithm, in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted() 291 + " Encryption algorithm: " + encryptionAlgorithm)) in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_encrypted() 337 for (int encryptionAlgorithm : NON_NULL_CIPHERS) { in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted() 355 encryptionAlgorithm, in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted() 363 + " Encryption algorithm: " + encryptionAlgorithm)) in onUpdate_enabled_transportLayerEvent_encryptionNonNullCipher_notifyEncrypted() 419 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_updateSubscriptionId_clearsOldId() local [all …]
|
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
H A 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()
|
/aosp_15_r20/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)
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
H A 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()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
H A 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");
|
H A D | EncryptedData.java | 70 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument 76 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
H A 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");
|
H A D | EncryptedData.java | 72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument 78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
H A 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");
|
H A D | EncryptedData.java | 72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData() argument 78 v.add(encryptionAlgorithm.toASN1Primitive()); in EncryptedData()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | AbstractSessionStateMachine.java | 274 int encryptionAlgorithm, in recordMetricsEvent_SaNegotiation() argument 287 encryptionAlgorithm, in recordMetricsEvent_SaNegotiation() local
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | IkeMetrics.java | 707 @EncryptionAlgorithms int encryptionAlgorithm, in logSaNegotiation() argument 718 encryptionAlgorithm, in logSaNegotiation()
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionTestBase.java | 262 int encryptionAlgorithm, in verifyIkeSaMetricsLogged() argument 273 eq(encryptionAlgorithm), in verifyIkeSaMetricsLogged()
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_messages.py | 558 encryptionAlgorithm = _messages.StringField(1) variable in Object.CustomerEncryptionValue
|
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-bcpkix-unbundled/linux_glibc_common/javac/ |
D | bouncycastle-bcpkix-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-bcpkix-unbundled/linux_glibc_common/local-javac-header/ |
D | bouncycastle-bcpkix-unbundled.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/bouncycastle/
org/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-services-storage/1.24.1/ |
HD | google-api-services-storage-v1-rev155-1.24.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/aosp_15_r20/packages/services/Car/tests/BugReportApp/libs/ |
D | google-api-services-storage-v1-rev158-1.25.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/IPsec/android.net.ipsec.ike.impl/android_common_apex30/javac/ |
D | android.net.ipsec.ike.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/IPsec/android.net.ipsec.ike.impl/android_common_apex30/combined/ |
D | android.net.ipsec.ike.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/IPsec/android.net.ipsec.ike.impl/android_common_apex30/package-check/ |
D | android.net.ipsec.ike.jar | com/android/internal/net/vcn/util/PersistableBundleUtils.class
PersistableBundleUtils.java
package ... |