Home
last modified time | relevance | path

Searched defs:encryptionAlgorithm (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
H A DEncryptResponse.java60 private final String encryptionAlgorithm; field in EncryptResponse
110 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in EncryptResponse
251 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() method
264 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method
272 private String encryptionAlgorithm; field in EncryptResponse.BuilderImpl
316 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm()
321 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() method in EncryptResponse.BuilderImpl
327 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() argument
H A DDecryptResponse.java66 private final String encryptionAlgorithm; field in DecryptResponse
126 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in DecryptResponse
304 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument
317 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method
349 private String encryptionAlgorithm; field in DecryptResponse.BuilderImpl
396 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm()
401 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() method in DecryptResponse.BuilderImpl
407 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() argument
H A DEncryptRequest.java106 private final String encryptionAlgorithm; field in EncryptRequest
357 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in EncryptRequest
735 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument
765 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method
803 private String encryptionAlgorithm; field in EncryptRequest.BuilderImpl
893 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm()
898 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() argument
904 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() method in EncryptRequest.BuilderImpl
H A DDecryptRequest.java112 private final String encryptionAlgorithm; field in DecryptRequest
365 public final EncryptionAlgorithmSpec encryptionAlgorithm() { in encryptionAlgorithm() method in DecryptRequest
792 Builder encryptionAlgorithm(String encryptionAlgorithm); in encryptionAlgorithm() argument
818 Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm); in encryptionAlgorithm() method
947 private String encryptionAlgorithm; field in DecryptRequest.BuilderImpl
1040 public final void setEncryptionAlgorithm(String encryptionAlgorithm) { in setEncryptionAlgorithm()
1045 public final Builder encryptionAlgorithm(String encryptionAlgorithm) { in encryptionAlgorithm() method in DecryptRequest.BuilderImpl
1051 public final Builder encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) { in encryptionAlgorithm() method in DecryptRequest.BuilderImpl
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/
DNullCipherNotifierTest.java419 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_updateSubscriptionId_clearsOldId() local
449 int encryptionAlgorithm = SecurityAlgorithmUpdate.SECURITY_ALGORITHM_EEA2; in onSecurityAlgorithmUpdate_newSubIdOnAlgoUpdate_clearsOldId() local
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DAbstractSessionStateMachine.java274 int encryptionAlgorithm, in recordMetricsEvent_SaNegotiation()
287 encryptionAlgorithm, in recordMetricsEvent_SaNegotiation() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
H A DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData()
H A DPKCSObjectIdentifiers.java91 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptedData.java70 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData()
H A DPKCSObjectIdentifiers.java89 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
H A DEncryptedData.java72 AlgorithmIdentifier encryptionAlgorithm, in EncryptedData()
H A DPKCSObjectIdentifiers.java92 ASN1ObjectIdentifier encryptionAlgorithm = new ASN1ObjectIdentifier("1.2.840.113549.3"); field
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc8018.py60 encryptionAlgorithm = _OID(rsadsi, 3) variable
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionTestBase.java262 int encryptionAlgorithm, in verifyIkeSaMetricsLogged()
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformation.java55 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
H A DSignerInformation.java57 protected final AlgorithmIdentifier encryptionAlgorithm; field in SignerInformation
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DIkeMetrics.java707 @EncryptionAlgorithms int encryptionAlgorithm, in logSaNegotiation()
/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py558 encryptionAlgorithm = _messages.StringField(1) variable in Object.CustomerEncryptionValue
/aosp_15_r20/external/aws-sdk-java-v2/services/signer/src/main/resources/codegen-resources/
H A Dapi-2.json523 "encryptionAlgorithm":{"shape":"EncryptionAlgorithm"}, object
H A Dservice-2.json1423 "encryptionAlgorithm":{ object
/aosp_15_r20/external/python/apitools/samples/storage_sample/
Dstorage_v1.json676 "encryptionAlgorithm": { object
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-bcpkix-unbundled/linux_glibc_common/javac/
Dbouncycastle-bcpkix-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dstorage.v1.json4095 "encryptionAlgorithm": { object
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-bcpkix-unbundled/linux_glibc_common/local-javac-header/
Dbouncycastle-bcpkix-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...
/aosp_15_r20/prebuilts/tools/common/google-api-services-storage/1.24.1/
HDgoogle-api-services-storage-v1-rev155-1.24.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12345