Module java.base

Class Certificate.CertificateRep

    • Constructor Detail

      • CertificateRep

        protected CertificateRep​(String type,
                                 byte[] data)
        Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
        Parameters:
        type - the standard name of the Certificate type.
        data - the Certificate data.