Package | Description |
---|---|
kz.gamma.asn1.cms | |
kz.gamma.asn1.dvcs |
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
|
kz.gamma.asn1.tsp | |
kz.gamma.cms | |
kz.gamma.openssl | |
kz.gamma.tsp |
Modifier and Type | Field and Description |
---|---|
private ContentInfo |
SignedData.contentInfo |
private ContentInfo |
CompressedData.encapContentInfo |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
SignedData.getEncapContentInfo() |
ContentInfo |
CompressedData.getEncapContentInfo() |
static ContentInfo |
ContentInfo.getInstance(java.lang.Object obj) |
Constructor and Description |
---|
CompressedData(AlgorithmIdentifier compressionAlgorithm,
ContentInfo encapContentInfo) |
SignedData(ASN1Set digestAlgorithms,
ContentInfo contentInfo,
ASN1Set certificates,
ASN1Set crls,
ASN1Set signerInfos) |
Modifier and Type | Field and Description |
---|---|
private ContentInfo |
DVCSTime.timeStampToken |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
DVCSTime.getTimeStampToken() |
Constructor and Description |
---|
DVCSTime(ContentInfo timeStampToken) |
Modifier and Type | Field and Description |
---|---|
(package private) ContentInfo |
TimeStampResp.timeStampToken |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
TimeStampResp.getTimeStampToken() |
Constructor and Description |
---|
TimeStampResp(PKIStatusInfo pkiStatusInfo,
ContentInfo timeStampToken) |
Modifier and Type | Field and Description |
---|---|
(package private) ContentInfo |
CMSSignedData.contentInfo |
(package private) ContentInfo |
CMSEnvelopedData.contentInfo |
(package private) ContentInfo |
CMSCompressedData.contentInfo |
Modifier and Type | Method and Description |
---|---|
private static ContentInfo |
CMSUtils.readContentInfo(ASN1InputStream in) |
(package private) static ContentInfo |
CMSUtils.readContentInfo(byte[] input) |
(package private) static ContentInfo |
CMSUtils.readContentInfo(java.io.InputStream input) |
Constructor and Description |
---|
CMSCompressedData(ContentInfo contentInfo) |
CMSEnvelopedData(ContentInfo contentInfo) |
CMSSignedData(CMSProcessable signedContent,
ContentInfo sigData) |
CMSSignedData(ContentInfo sigData) |
CMSSignedData(java.util.Map hashes,
ContentInfo sigData) |
Modifier and Type | Method and Description |
---|---|
private ContentInfo |
PEMReader.readPKCS7(java.lang.String endMarker)
Reads in a PKCS7 object.
|
Constructor and Description |
---|
TimeStampToken(ContentInfo contentInfo) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.