Class CertificateRepositoryObjectFactory


  • public final class CertificateRepositoryObjectFactory
    extends Object
    • Method Detail

      • createCertificateRepositoryObject

        public static CertificateRepositoryObject createCertificateRepositoryObject​(byte[] encoded,
                                                                                    ValidationResult validationResult)
        Parameters:
        encoded - the DER encoded object.
        Returns:
        a parsed CertificateRepositoryObject or null in case the encoded object has a valid location but its contents can not be parsed.