Class PublicKey

    • Method Detail

      • value

        public final SdkBytes value()

        The DER encoded public key value in PKCS#1 format.

        Returns:
        The DER encoded public key value in PKCS#1 format.
      • validityStartTime

        public final Instant validityStartTime()

        The starting time of validity of the public key.

        Returns:
        The starting time of validity of the public key.
      • validityEndTime

        public final Instant validityEndTime()

        The ending time of validity of the public key.

        Returns:
        The ending time of validity of the public key.
      • fingerprint

        public final String fingerprint()

        The fingerprint of the public key.

        Returns:
        The fingerprint of the public key.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)