Class CertificateRepositoryObjectValidationContext


  • public class CertificateRepositoryObjectValidationContext
    extends Object
    Represents the context used to validate an issued object. The context contains the issuing certificate, its location, and the effective resource set. The effective resource set must be used, in case the certificate contains inherited IP resources.
    • Constructor Detail

      • CertificateRepositoryObjectValidationContext

        public CertificateRepositoryObjectValidationContext​(URI location,
                                                            X509ResourceCertificate certificate)
      • CertificateRepositoryObjectValidationContext

        public CertificateRepositoryObjectValidationContext​(URI location,
                                                            X509ResourceCertificate certificate,
                                                            net.ripe.ipresource.IpResourceSet resources,
                                                            List<String> subjectChain)