public class RPKISignedData
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
RPKISignedData(org.bouncycastle.asn1.ASN1Set digestAlgorithms,
org.bouncycastle.asn1.cms.ContentInfo contentInfo,
org.bouncycastle.asn1.ASN1Set certificates,
org.bouncycastle.asn1.ASN1Set crls,
org.bouncycastle.asn1.ASN1Set signerInfos) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1Set |
getCertificates() |
org.bouncycastle.asn1.ASN1Set |
getCRLs() |
org.bouncycastle.asn1.ASN1Set |
getDigestAlgorithms() |
org.bouncycastle.asn1.cms.ContentInfo |
getEncapContentInfo() |
static RPKISignedData |
getInstance(Object o)
Return a SignedData object from the given object.
|
org.bouncycastle.asn1.ASN1Set |
getSignerInfos() |
org.bouncycastle.asn1.ASN1Integer |
getVersion() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
public RPKISignedData(org.bouncycastle.asn1.ASN1Set digestAlgorithms,
org.bouncycastle.asn1.cms.ContentInfo contentInfo,
org.bouncycastle.asn1.ASN1Set certificates,
org.bouncycastle.asn1.ASN1Set crls,
org.bouncycastle.asn1.ASN1Set signerInfos)
public static RPKISignedData getInstance(Object o)
Accepted inputs:
RPKISignedData object
ASN1Sequence input formats with SignedData structure inside
o - the object we want converted.IllegalArgumentException - if the object cannot be converted.public org.bouncycastle.asn1.ASN1Integer getVersion()
public org.bouncycastle.asn1.ASN1Set getDigestAlgorithms()
public org.bouncycastle.asn1.cms.ContentInfo getEncapContentInfo()
public org.bouncycastle.asn1.ASN1Set getCertificates()
public org.bouncycastle.asn1.ASN1Set getCRLs()
public org.bouncycastle.asn1.ASN1Set getSignerInfos()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1ObjectCopyright © 2008–2019 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.