Home
last modified time | relevance | path

Searched refs:certificateFileContents (Results 1 – 5 of 5) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DTlsContextCustomKeyOperationOptions.java14 private String certificateFileContents; field in TlsContextCustomKeyOperationOptions
49 this.certificateFileContents = contents; in withCertificateFileContents()
68 return certificateFileContents; in getCertificateFileContents()
DTlsContextPkcs11Options.java22 String certificateFileContents; field in TlsContextPkcs11Options
103 this.certificateFileContents = contents; in withCertificateFileContents()
/external/aws-crt-java/src/native/
Dtls_context_pkcs11_options.c161 tls_context_pkcs11_options_properties.certificateFileContents, in aws_tls_ctx_pkcs11_options_from_java_new()
171 tls_context_pkcs11_options_properties.certificateFileContents, in aws_tls_ctx_pkcs11_options_from_java_new()
Djava_class_ids.h172 jfieldID certificateFileContents; member
Djava_class_ids.c393 tls_context_pkcs11_options_properties.certificateFileContents = in s_cache_tls_context_pkcs11_options()
395 AWS_FATAL_ASSERT(tls_context_pkcs11_options_properties.certificateFileContents); in s_cache_tls_context_pkcs11_options()