Class DecodedPublicKey

java.lang.Object
com.unboundid.util.ssl.cert.DecodedPublicKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EllipticCurvePublicKey, RSAPublicKey

This class defines the parent class for a decoded public key that may appear in an X.509 certificate.
See Also:
  • Constructor Details

  • Method Details

    • toString

      @NotNull public final String toString()
      Retrieves a string representation of this decoded public key.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this decoded public key.
    • toString

      public abstract void toString(@NotNull StringBuilder buffer)
      Appends a string representation of this decoded public key to the provided buffer.
      Parameters:
      buffer - The buffer to which the information should be appended.