Class CertificateBundle

  • Direct Known Subclasses:
    CertificateBundle

    public class CertificateBundle
    extends Object
    A certificate bundle consists of a certificate (X509) plus its attributes.
    • Constructor Detail

      • CertificateBundle

        public CertificateBundle()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • kid

        public String kid()
        Get the kid value.
        Returns:
        the kid value
      • sid

        public String sid()
        Get the sid value.
        Returns:
        the sid value
      • certificateIdentifier

        public CertificateIdentifier certificateIdentifier()
        The certificate identifier.
        Returns:
        certificate identifier
      • secretIdentifier

        public SecretIdentifier secretIdentifier()
        The secret identifier.
        Returns:
        secret identifier
      • keyIdentifier

        public KeyIdentifier keyIdentifier()
        The key identifier.
        Returns:
        key identifier