Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.tsp |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
CompressedData.getEncapContentInfo() |
ContentInfo |
SignedData.getEncapContentInfo() |
ContentInfo |
DigestedData.getEncapContentInfo() |
ContentInfo |
AuthenticatedData.getEncapsulatedContentInfo() |
static ContentInfo |
ContentInfo.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ContentInfo |
ContentInfo.getInstance(Object obj)
Return an ContentInfo object from the given object.
|
ContentInfo |
SCVPReqRes.getRequest() |
ContentInfo |
SCVPReqRes.getResponse() |
ContentInfo |
TimeStampAndCRL.getTimeStampToken() |
Constructor and Description |
---|
AuthenticatedData(OriginatorInfo originatorInfo,
ASN1Set recipientInfos,
AlgorithmIdentifier macAlgorithm,
AlgorithmIdentifier digestAlgorithm,
ContentInfo encapsulatedContent,
ASN1Set authAttrs,
ASN1OctetString mac,
ASN1Set unauthAttrs) |
CompressedData(AlgorithmIdentifier compressionAlgorithm,
ContentInfo encapContentInfo) |
DigestedData(AlgorithmIdentifier digestAlgorithm,
ContentInfo encapContentInfo,
byte[] digest) |
SCVPReqRes(ContentInfo response) |
SCVPReqRes(ContentInfo request,
ContentInfo response) |
SignedData(ASN1Set digestAlgorithms,
ContentInfo contentInfo,
ASN1Set certificates,
ASN1Set crls,
ASN1Set signerInfos) |
TimeStampAndCRL(ContentInfo timeStamp) |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
DVCSTime.getTimeStampToken() |
Constructor and Description |
---|
DVCSTime(ContentInfo timeStampToken) |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
TimeStampResp.getTimeStampToken() |
Constructor and Description |
---|
TimeStampResp(PKIStatusInfo pkiStatusInfo,
ContentInfo timeStampToken) |
Copyright © 2017 BouncyCastle.org. All rights reserved.