Uses of Interface
com.google.cloud.kms.v1.CertificateOrBuilder
-
Packages that use CertificateOrBuilder Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of CertificateOrBuilder in com.google.cloud.kms.v1
Classes in com.google.cloud.kms.v1 that implement CertificateOrBuilder Modifier and Type Class Description class
Certificate
A [Certificate][google.cloud.kms.v1.Certificate] represents an X.509 certificate used to authenticate HTTPS connections to EKM replicas.static class
Certificate.Builder
A [Certificate][google.cloud.kms.v1.Certificate] represents an X.509 certificate used to authenticate HTTPS connections to EKM replicas.Methods in com.google.cloud.kms.v1 that return CertificateOrBuilder Modifier and Type Method Description CertificateOrBuilder
EkmConnection.ServiceResolver.Builder. getServerCertificatesOrBuilder(int index)
Required.CertificateOrBuilder
EkmConnection.ServiceResolver. getServerCertificatesOrBuilder(int index)
Required.CertificateOrBuilder
EkmConnection.ServiceResolverOrBuilder. getServerCertificatesOrBuilder(int index)
Required.Methods in com.google.cloud.kms.v1 that return types with arguments of type CertificateOrBuilder Modifier and Type Method Description List<? extends CertificateOrBuilder>
EkmConnection.ServiceResolver.Builder. getServerCertificatesOrBuilderList()
Required.List<? extends CertificateOrBuilder>
EkmConnection.ServiceResolver. getServerCertificatesOrBuilderList()
Required.List<? extends CertificateOrBuilder>
EkmConnection.ServiceResolverOrBuilder. getServerCertificatesOrBuilderList()
Required.
-