Class CertificateIdentifier


  • public final class CertificateIdentifier
    extends ObjectIdentifier
    The certificate identifier.
    • Constructor Detail

      • CertificateIdentifier

        public CertificateIdentifier​(String vault,
                                     String name)
        Constructor.
        Parameters:
        vault - The vault url
        name - the certificate name
      • CertificateIdentifier

        public CertificateIdentifier​(String vault,
                                     String name,
                                     String version)
        Constructor.
        Parameters:
        vault - the vault url
        name - the certificate name
        version - the certificate version
      • CertificateIdentifier

        public CertificateIdentifier​(String identifier)
        Constructor.
        Parameters:
        identifier - the certificate identifier
    • Method Detail

      • isCertificateIdentifier

        public static boolean isCertificateIdentifier​(String identifier)
        Verify whether the identifier is for certificate.
        Parameters:
        identifier - the certificate identifier
        Returns:
        true if the identifier is the certificate identifier. False otherwise.