Class X509CertificateImpl

    • Field Detail

      • B64_CERT_STORE

        private static final IndexingObjectStore<String> B64_CERT_STORE
        Class-level index of Base64 encoded cert values.
      • CLEANER

        private static final Cleaner CLEANER
        The Cleaner instance to use.
      • cleanable

        private Cleaner.Cleanable cleanable
        The Cleaner.Cleanable representing the current instance's cert value, as represented by the current b64CertIndex field value.
      • b64CertIndex

        private String b64CertIndex
        Index to a stored Base64 encoded cert.
    • Constructor Detail

      • X509CertificateImpl

        protected X509CertificateImpl​(String namespaceURI,
                                      String elementLocalName,
                                      String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace