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.SignHashAlgorithm
CertificateAuthority.SignHashAlgorithm. forNumber(int value)
CertificateAuthority.SignHashAlgorithm
CertificateAuthority.KeyVersionSpec.Builder. getAlgorithm()
Required.CertificateAuthority.SignHashAlgorithm
CertificateAuthority.KeyVersionSpec. getAlgorithm()
Required.CertificateAuthority.SignHashAlgorithm
CertificateAuthority.KeyVersionSpecOrBuilder. getAlgorithm()
Required.static CertificateAuthority.SignHashAlgorithm
CertificateAuthority.SignHashAlgorithm. valueOf(int value)
Deprecated.static CertificateAuthority.SignHashAlgorithm
CertificateAuthority.SignHashAlgorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CertificateAuthority.SignHashAlgorithm
CertificateAuthority.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.Builder
CertificateAuthority.KeyVersionSpec.Builder. setAlgorithm(CertificateAuthority.SignHashAlgorithm value)
Required.
-