Interface RootCertificatePublicKey.Builder

    • Method Detail

      • keyAttributes

        RootCertificatePublicKey.Builder keyAttributes​(KeyAttributes keyAttributes)

        The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the root public key is imported.

        Parameters:
        keyAttributes - The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the root public key is imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicKeyCertificate

        RootCertificatePublicKey.Builder publicKeyCertificate​(String publicKeyCertificate)

        Parameter information for root public key certificate import.

        Parameters:
        publicKeyCertificate - Parameter information for root public key certificate import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.