public class RPKIContentInfo
extends org.bouncycastle.asn1.cms.ContentInfo
authenticatedData, authEnvelopedData, compressedData, data, digestedData, encryptedData, envelopedData, id_alg, id_ecdsa_with_shake128, id_ecdsa_with_shake256, id_ri, id_ri_ocsp_response, id_ri_scvp, id_RSASSA_PSS_SHAKE128, id_RSASSA_PSS_SHAKE256, signedAndEnvelopedData, signedData, timestampedData| Constructor and Description |
|---|
RPKIContentInfo(org.bouncycastle.asn1.ASN1ObjectIdentifier contentType,
org.bouncycastle.asn1.ASN1Encodable content) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Encodable |
getContent() |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getContentType() |
static RPKIContentInfo |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static RPKIContentInfo |
getInstance(Object obj)
Return an ContentInfo object from the given object.
|
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
public RPKIContentInfo(org.bouncycastle.asn1.ASN1ObjectIdentifier contentType,
org.bouncycastle.asn1.ASN1Encodable content)
public static RPKIContentInfo getInstance(Object obj)
Accepted inputs:
RPKIContentInfo object
ASN1Sequence input formats with ContentInfo structure inside
obj - the object we want converted.IllegalArgumentException - if the object cannot be converted.public static RPKIContentInfo getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType()
getContentType in class org.bouncycastle.asn1.cms.ContentInfopublic org.bouncycastle.asn1.ASN1Encodable getContent()
getContent in class org.bouncycastle.asn1.cms.ContentInfopublic org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.cms.ContentInfoCopyright © 2008–2022 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.