public class SignedDataParser
extends java.lang.Object
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
| Modifier and Type | Field and Description |
|---|---|
private boolean |
_certsCalled |
private boolean |
_crlsCalled |
private java.lang.Object |
_nextObject |
private ASN1SequenceParser |
_seq |
private DERInteger |
_version |
| Modifier | Constructor and Description |
|---|---|
private |
SignedDataParser(ASN1SequenceParser seq) |
| Modifier and Type | Method and Description |
|---|---|
ASN1SetParser |
getCertificates() |
ASN1SetParser |
getCrls() |
ASN1SetParser |
getDigestAlgorithms() |
ContentInfoParser |
getEncapContentInfo() |
static SignedDataParser |
getInstance(java.lang.Object o) |
ASN1SetParser |
getSignerInfos() |
DERInteger |
getVersion() |
private ASN1SequenceParser _seq
private DERInteger _version
private java.lang.Object _nextObject
private boolean _certsCalled
private boolean _crlsCalled
private SignedDataParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOExceptionpublic static SignedDataParser getInstance(java.lang.Object o) throws java.io.IOException
java.io.IOExceptionpublic DERInteger getVersion()
public ASN1SetParser getDigestAlgorithms() throws java.io.IOException
java.io.IOExceptionpublic ContentInfoParser getEncapContentInfo() throws java.io.IOException
java.io.IOExceptionpublic ASN1SetParser getCertificates() throws java.io.IOException
java.io.IOExceptionpublic ASN1SetParser getCrls() throws java.io.IOException
java.io.IOExceptionpublic ASN1SetParser getSignerInfos() throws java.io.IOException
java.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.