KeyPrivateKeyType

enum KeyPrivateKeyType : Enum<KeyPrivateKeyType> , ConvertibleToJava<KeyPrivateKeyType>

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

Entries

Link copied to clipboard

Unspecified. Equivalent to TYPE_GOOGLE_CREDENTIALS_FILE.

Link copied to clipboard

PKCS12 format. The password for the PKCS12 file is notasecret. For more information, see https://tools.ietf.org/html/rfc7292.

Link copied to clipboard

Google Credentials File format.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): KeyPrivateKeyType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: KeyPrivateKeyType
Link copied to clipboard
Link copied to clipboard