Uses of Class
com.google.cloud.confidentialcomputing.v1.SigningAlgorithm
-
Packages that use SigningAlgorithm Package Description com.google.cloud.confidentialcomputing.v1 A client to Confidential Computing API -
-
Uses of SigningAlgorithm in com.google.cloud.confidentialcomputing.v1
Methods in com.google.cloud.confidentialcomputing.v1 that return SigningAlgorithm Modifier and Type Method Description static SigningAlgorithm
SigningAlgorithm. forNumber(int value)
SigningAlgorithm
ContainerImageSignature.Builder. getSigAlg()
Optional.SigningAlgorithm
ContainerImageSignature. getSigAlg()
Optional.SigningAlgorithm
ContainerImageSignatureOrBuilder. getSigAlg()
Optional.static SigningAlgorithm
SigningAlgorithm. valueOf(int value)
Deprecated.static SigningAlgorithm
SigningAlgorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SigningAlgorithm
SigningAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SigningAlgorithm[]
SigningAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.confidentialcomputing.v1 that return types with arguments of type SigningAlgorithm Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SigningAlgorithm>
SigningAlgorithm. internalGetValueMap()
Methods in com.google.cloud.confidentialcomputing.v1 with parameters of type SigningAlgorithm Modifier and Type Method Description ContainerImageSignature.Builder
ContainerImageSignature.Builder. setSigAlg(SigningAlgorithm value)
Optional.
-