Class CertificateConfigPublicKey


  • public final class CertificateConfigPublicKey
    extends java.lang.Object
    • Method Detail

      • format

        public java.lang.String format()
        Returns:
        The format of the public key. Currently, only PEM format is supported. Possible values are: `KEY_TYPE_UNSPECIFIED`, `PEM`.
      • key

        public java.util.Optional<java.lang.String> key()
        Returns:
        Required. A public key. When this is specified in a request, the padding and encoding can be any of the options described by the respective 'KeyType' value. When this is generated by the service, it will always be an RFC 5280 SubjectPublicKeyInfo structure containing an algorithm identifier and a key. A base64-encoded string.