public class RPKIContentInfo
extends org.bouncycastle.asn1.cms.ContentInfo
| Constructor and Description |
|---|
RPKIContentInfo(org.bouncycastle.asn1.ASN1ObjectIdentifier contentType,
org.bouncycastle.asn1.ASN1Encodable content) |
RPKIContentInfo(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated.
use getInstance()
|
| 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.ASN1Sequence seq)
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–2020 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.