Uses of Class
com.google.cloud.security.privateca.v1beta1.CertificateAuthority.SignHashAlgorithm
-
Packages that use CertificateAuthority.SignHashAlgorithm Package Description com.google.cloud.security.privateca.v1beta1 A client to Certificate Authority API -
-
Uses of CertificateAuthority.SignHashAlgorithm in com.google.cloud.security.privateca.v1beta1
Methods in com.google.cloud.security.privateca.v1beta1 that return CertificateAuthority.SignHashAlgorithm Modifier and Type Method Description static CertificateAuthority.SignHashAlgorithmCertificateAuthority.SignHashAlgorithm. forNumber(int value)CertificateAuthority.SignHashAlgorithmCertificateAuthority.KeyVersionSpec.Builder. getAlgorithm()Required.CertificateAuthority.SignHashAlgorithmCertificateAuthority.KeyVersionSpec. getAlgorithm()Required.CertificateAuthority.SignHashAlgorithmCertificateAuthority.KeyVersionSpecOrBuilder. getAlgorithm()Required.static CertificateAuthority.SignHashAlgorithmCertificateAuthority.SignHashAlgorithm. valueOf(int value)Deprecated.static CertificateAuthority.SignHashAlgorithmCertificateAuthority.SignHashAlgorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CertificateAuthority.SignHashAlgorithmCertificateAuthority.SignHashAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAuthority.SignHashAlgorithm[]CertificateAuthority.SignHashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.security.privateca.v1beta1 that return types with arguments of type CertificateAuthority.SignHashAlgorithm Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CertificateAuthority.SignHashAlgorithm>CertificateAuthority.SignHashAlgorithm. internalGetValueMap()Methods in com.google.cloud.security.privateca.v1beta1 with parameters of type CertificateAuthority.SignHashAlgorithm Modifier and Type Method Description CertificateAuthority.KeyVersionSpec.BuilderCertificateAuthority.KeyVersionSpec.Builder. setAlgorithm(CertificateAuthority.SignHashAlgorithm value)Required.
-