| java.lang.Object org.apache.harmony.security.pkcs7.SignedData
SignedData | public class SignedData (Code) | | As defined in PKCS #7: Cryptographic Message Syntax Standard
(http://www.ietf.org/rfc/rfc2315.txt)
SignedData ::= SEQUENCE {
version Version,
digestAlgorithms DigestAlgorithmIdentifiers,
contentInfo ContentInfo,
certificates
[0] IMPLICIT ExtendedCertificatesAndCertificates OPTIONAL,
crls
[1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos }
|
getCertificates | public List getCertificates()(Code) | | |
getDigestAlgorithms | public List getDigestAlgorithms()(Code) | | Returns the digestAlgorithms. |
getVersion | public int getVersion()(Code) | | Returns the version. |
|
|