Class RoaCms
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.cms.RpkiSignedObject
-
- net.ripe.rpki.commons.crypto.cms.roa.RoaCms
-
- All Implemented Interfaces:
Serializable,CertificateRepositoryObject,Roa
public class RoaCms extends RpkiSignedObject implements Roa
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.bouncycastle.asn1.ASN1ObjectIdentifierCONTENT_TYPE-
Fields inherited from class net.ripe.rpki.commons.crypto.cms.RpkiSignedObject
ALLOWED_SIGNATURE_ALGORITHM_OIDS, DIGEST_ALGORITHM_OID, RSA_ENCRYPTION_OID, SHA256WITHRSA_ENCRYPTION_OID
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRoaCms(RpkiSignedObjectInfo cmsObjectInfo, net.ripe.ipresource.Asn asn, List<RoaPrefix> prefixes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.ripe.ipresource.AsngetAsn()List<RoaPrefix>getPrefixes()net.ripe.ipresource.IpResourceSetgetResources()static RoaCmsparseDerEncoded(byte[] encoded)Deprecated.-
Methods inherited from class net.ripe.rpki.commons.crypto.cms.RpkiSignedObject
equals, getCertificate, getCertificateIssuer, getCertificateSubject, getContentType, getCrlUri, getEncoded, getNotValidAfter, getNotValidBefore, getParentCertificateUri, getSigningTime, getValidityPeriod, hashCode, isPastValidityTime, isRevoked, signedBy, validate, validate, validateWithCrl
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.ripe.rpki.commons.crypto.cms.roa.Roa
getValidityPeriod
-
-
-
-
Constructor Detail
-
RoaCms
protected RoaCms(RpkiSignedObjectInfo cmsObjectInfo, net.ripe.ipresource.Asn asn, List<RoaPrefix> prefixes)
-
-
Method Detail
-
getResources
public net.ripe.ipresource.IpResourceSet getResources()
-
getPrefixes
public List<RoaPrefix> getPrefixes()
- Specified by:
getPrefixesin interfaceRoa
-
parseDerEncoded
@Deprecated public static RoaCms parseDerEncoded(byte[] encoded)
Deprecated.
-
-