Interface ImportJob.WrappingPublicKeyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPem()
      The public key, encoded in PEM format.
      com.google.protobuf.ByteString getPemBytes()
      The public key, encoded in PEM format.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPem

        String getPem()
         The public key, encoded in PEM format. For more information, see the [RFC
         7468](https://tools.ietf.org/html/rfc7468) sections for [General
         Considerations](https://tools.ietf.org/html/rfc7468#section-2) and
         [Textual Encoding of Subject Public Key Info]
         (https://tools.ietf.org/html/rfc7468#section-13).
         
        string pem = 1;
        Returns:
        The pem.
      • getPemBytes

        com.google.protobuf.ByteString getPemBytes()
         The public key, encoded in PEM format. For more information, see the [RFC
         7468](https://tools.ietf.org/html/rfc7468) sections for [General
         Considerations](https://tools.ietf.org/html/rfc7468#section-2) and
         [Textual Encoding of Subject Public Key Info]
         (https://tools.ietf.org/html/rfc7468#section-13).
         
        string pem = 1;
        Returns:
        The bytes for pem.