Class X509GenericCertificate
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.x509cert.AbstractX509CertificateWrapper
-
- net.ripe.rpki.commons.crypto.x509cert.X509GenericCertificate
-
- All Implemented Interfaces:
Serializable,CertificateRepositoryObject,X509CertificateObject
- Direct Known Subclasses:
X509ResourceCertificate,X509RouterCertificate
public abstract class X509GenericCertificate extends AbstractX509CertificateWrapper implements X509CertificateObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ripe.rpki.commons.crypto.x509cert.AbstractX509CertificateWrapper
POLICY_INFORMATION, POLICY_OID
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedX509GenericCertificate(X509Certificate certificate)
-
Method Summary
-
Methods inherited from class net.ripe.rpki.commons.crypto.x509cert.AbstractX509CertificateWrapper
equals, findFirstAuthorityInformationAccessByMethod, findFirstRsyncCrlDistributionPoint, findFirstSubjectInformationAccessByMethod, getAuthorityInformationAccess, getAuthorityKeyIdentifier, getBase64String, getCertificate, getCertificatePolicy, getCrlDistributionPoints, getEncoded, getIssuer, getManifestUri, getPublicKey, getRepositoryUri, getRrdpNotifyUri, getSerialNumber, getSubject, getSubjectInformationAccess, getSubjectKeyIdentifier, getValidityPeriod, hasErrorInRevocationCheck, hashCode, isCa, isEe, isObjectIssuer, isRoot, isRouter, toString, verify
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.ripe.rpki.commons.crypto.CertificateRepositoryObject
getCrlUri, getEncoded, getParentCertificateUri, isPastValidityTime, isRevoked, validate, validate
-
-
-
-
Constructor Detail
-
X509GenericCertificate
protected X509GenericCertificate(X509Certificate certificate)
-
-