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