Uses of Interface
net.ripe.rpki.commons.crypto.CertificateRepositoryObject
-
-
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto
Classes in net.ripe.rpki.commons.crypto with type parameters of type CertificateRepositoryObject Modifier and Type Class Description classCertificateRepositoryObjectFile<T extends CertificateRepositoryObject>Classes in net.ripe.rpki.commons.crypto that implement CertificateRepositoryObject Modifier and Type Class Description classUnknownCertificateRepositoryObject -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.cms
Classes in net.ripe.rpki.commons.crypto.cms that implement CertificateRepositoryObject Modifier and Type Class Description classRpkiSignedObject -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.cms.aspa
Classes in net.ripe.rpki.commons.crypto.cms.aspa that implement CertificateRepositoryObject Modifier and Type Class Description classAspaCmsSee https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-aspa-profile-07. -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.cms.ghostbuster
Classes in net.ripe.rpki.commons.crypto.cms.ghostbuster that implement CertificateRepositoryObject Modifier and Type Class Description classGhostbustersCmsA ghostbusters RPKI object as defined in RFC6493. -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.cms.manifest
Classes in net.ripe.rpki.commons.crypto.cms.manifest that implement CertificateRepositoryObject Modifier and Type Class Description classManifestCmsA manifest of files published by a CA certificate. -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.cms.roa
Classes in net.ripe.rpki.commons.crypto.cms.roa that implement CertificateRepositoryObject Modifier and Type Class Description classRoaCms -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.crl
Classes in net.ripe.rpki.commons.crypto.crl that implement CertificateRepositoryObject Modifier and Type Class Description classX509Crl -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.util
Methods in net.ripe.rpki.commons.crypto.util that return CertificateRepositoryObject Modifier and Type Method Description static CertificateRepositoryObjectCertificateRepositoryObjectFactory. createCertificateRepositoryObject(byte[] encoded, ValidationResult validationResult)Methods in net.ripe.rpki.commons.crypto.util with parameters of type CertificateRepositoryObject Modifier and Type Method Description static voidCertificateRepositoryObjectPrinter. print(PrintWriter printWriter, CertificateRepositoryObject cro) -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.x509cert
Subinterfaces of CertificateRepositoryObject in net.ripe.rpki.commons.crypto.x509cert Modifier and Type Interface Description interfaceX509CertificateObjectIntroduced to distinguish between all repository objects and certificates.Classes in net.ripe.rpki.commons.crypto.x509cert that implement CertificateRepositoryObject Modifier and Type Class Description classX509GenericCertificateclassX509ResourceCertificateWraps a X509 certificate containing RFC3779 resource extensions.classX509RouterCertificate -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.ta.domain.response
Methods in net.ripe.rpki.commons.ta.domain.response that return types with arguments of type CertificateRepositoryObject Modifier and Type Method Description Map<URI,CertificateRepositoryObject>TrustAnchorResponse. getPublishedObjects()Methods in net.ripe.rpki.commons.ta.domain.response with parameters of type CertificateRepositoryObject Modifier and Type Method Description TrustAnchorResponse.BuilderTrustAnchorResponse.Builder. addPublishedObject(URI file, CertificateRepositoryObject publishedObject)Method parameters in net.ripe.rpki.commons.ta.domain.response with type arguments of type CertificateRepositoryObject Modifier and Type Method Description TrustAnchorResponse.BuilderTrustAnchorResponse.Builder. addPublishedObjects(Map<URI,CertificateRepositoryObject> publishedObjects)Constructor parameters in net.ripe.rpki.commons.ta.domain.response with type arguments of type CertificateRepositoryObject Constructor Description TrustAnchorResponse(Long requestCreationTimestamp, Map<URI,CertificateRepositoryObject> publishedObjects, List<TaResponse> taResponses) -
Uses of CertificateRepositoryObject in net.ripe.rpki.commons.validation.objectvalidators
Classes in net.ripe.rpki.commons.validation.objectvalidators with type parameters of type CertificateRepositoryObject Modifier and Type Interface Description interfaceCertificateRepositoryObjectValidator<T extends CertificateRepositoryObject>classRepositoryObjectValidationContext<T extends CertificateRepositoryObject>
-