Class CertificateBundle

    • Constructor Detail

      • CertificateBundle

        public CertificateBundle()
    • Method Detail

      • x509Thumbprint

        public byte[] x509Thumbprint()
        Get the x509Thumbprint value.
        Returns:
        the x509Thumbprint value
      • policy

        public CertificatePolicy policy()
        Get the policy value.
        Returns:
        the policy value
      • cer

        public byte[] cer()
        Get the cer value.
        Returns:
        A copy of the cer value, or null if it has not been set.
      • withCer

        public CertificateBundle withCer​(byte[] cer)
        Set the cer value.
        Parameters:
        cer - the cer value to set
        Returns:
        the CertificateBundle object itself.
      • contentType

        public String contentType()
        Get the contentType value.
        Returns:
        the contentType value
      • withContentType

        public CertificateBundle withContentType​(String contentType)
        Set the contentType value.
        Parameters:
        contentType - the contentType value to set
        Returns:
        the CertificateBundle object itself.
      • attributes

        public CertificateAttributes attributes()
        Get the attributes value.
        Returns:
        the attributes value
      • withAttributes

        public CertificateBundle withAttributes​(CertificateAttributes attributes)
        Set the attributes value.
        Parameters:
        attributes - the attributes value to set
        Returns:
        the CertificateBundle object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags value.
        Returns:
        the tags value
      • withTags

        public CertificateBundle withTags​(Map<String,​String> tags)
        Set the tags value.
        Parameters:
        tags - the tags value to set
        Returns:
        the CertificateBundle object itself.