Interface PublicKey.Builder

    • Method Detail

      • value

        PublicKey.Builder value​(SdkBytes value)

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

        Parameters:
        value - The DER encoded public key value in PKCS#1 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validityStartTime

        PublicKey.Builder validityStartTime​(Instant validityStartTime)

        The starting time of validity of the public key.

        Parameters:
        validityStartTime - The starting time of validity of the public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validityEndTime

        PublicKey.Builder validityEndTime​(Instant validityEndTime)

        The ending time of validity of the public key.

        Parameters:
        validityEndTime - The ending time of validity of the public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fingerprint

        PublicKey.Builder fingerprint​(String fingerprint)

        The fingerprint of the public key.

        Parameters:
        fingerprint - The fingerprint of the public key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.