|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignerInfo | |
| com.entrust.toolkit | Contains classes for user mangement tasks and for PKCS #7 encode and decode operations. |
| iaik.pkcs.pkcs7 | |
| Uses of SignerInfo in com.entrust.toolkit |
| Methods in com.entrust.toolkit that return SignerInfo | |
SignerInfo |
PKCS7DecodeStream.getSignerInfo(int index)
Returns the signer information of the signature indicated by index. |
| Uses of SignerInfo in iaik.pkcs.pkcs7 |
| Methods in iaik.pkcs.pkcs7 that return SignerInfo | |
SignerInfo |
SignedDataStream.verify(X509Certificate signerCertificate)
Uses the provided signer certificate for verifying the signature that has been created by the signer being owner of the certificate. |
SignerInfo[] |
SignedDataStream.getSignerInfos()
Returns all the signer infos included in this SignedData object. |
| Methods in iaik.pkcs.pkcs7 with parameters of type SignerInfo | |
void |
SignedDataStream.setSignerInfos(SignerInfo[] signerInfos)
Sets a collection of per-signer information. |
void |
SignedDataStream.addSignerInfo(SignerInfo signerInfo)
Adds a SignerInfo object to this SignedData. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||