Class SAMLCertUtils.CertEntry

  • Enclosing class:
    SAMLCertUtils

    public static class SAMLCertUtils.CertEntry
    extends Object
    This class contains the mapping between a java.security.cert.X509Certificate's nickname and its related Data.
    • Constructor Detail

      • CertEntry

        public CertEntry​(String nickName,
                         Principal issuerDN,
                         BigInteger serialNumber)
        Constructor.
        Parameters:
        nickName - nick name of the certificate.
        issuerDN - Principal name of the certificate.
        serialNumber - serial number of the certificate.
    • Method Detail

      • getNickName

        public String getNickName()
        Returns nick name of the certificate.
        Returns:
        String which is nick name of the certificate.
      • getIssuerDN

        public Principal getIssuerDN()
        Returns issuer DN of the certificate.
        Returns:
        Principal which is issuer DN of the certificate.
      • getSerialNumber

        public BigInteger getSerialNumber()
        Returns serial number of the certificate.
        Returns:
        BigInteger which is serial number of the certificate.