public class SignedDataParser extends Object
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
| Modifier and Type | Method and Description |
|---|---|
ASN1SetParser |
getCertificates() |
ASN1SetParser |
getCrls() |
ASN1SetParser |
getDigestAlgorithms() |
ContentInfoParser |
getEncapContentInfo() |
static SignedDataParser |
getInstance(Object o) |
ASN1SetParser |
getSignerInfos() |
DERInteger |
getVersion() |
public static SignedDataParser getInstance(Object o) throws IOException
IOExceptionpublic DERInteger getVersion()
public ASN1SetParser getDigestAlgorithms() throws IOException
IOExceptionpublic ContentInfoParser getEncapContentInfo() throws IOException
IOExceptionpublic ASN1SetParser getCertificates() throws IOException
IOExceptionpublic ASN1SetParser getCrls() throws IOException
IOExceptionpublic ASN1SetParser getSignerInfos() throws IOException
IOExceptionCopyright © 2015. All rights reserved.