Class GhostbustersCms
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.cms.RpkiSignedObject
-
- net.ripe.rpki.commons.crypto.cms.ghostbuster.GhostbustersCms
-
- All Implemented Interfaces:
Serializable,CertificateRepositoryObject
public class GhostbustersCms extends RpkiSignedObject
A ghostbusters RPKI object as defined in RFC6493.- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetvCard()Deprecated.StringgetVCardContent()-
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
-
-
-
-
Method Detail
-
getVCardContent
public String getVCardContent()
-
getvCard
@Deprecated public String getvCard()
Deprecated.
-
-