|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.stagent.cert.SignerCertPair
public class SignerCertPair
A pair object containing signer information and the certificate used in the signature.
| Constructor Summary | |
|---|---|
SignerCertPair(org.bouncycastle.cms.SignerInformation _signer,
X509Certificate _cert)
Construct a pair with the signer information the certificate. |
|
| Method Summary | |
|---|---|
X509Certificate |
getCertificate()
Gets the certificate used to sign a message. |
org.bouncycastle.cms.SignerInformation |
getSigner()
Gets the signer information. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignerCertPair(org.bouncycastle.cms.SignerInformation _signer,
X509Certificate _cert)
_signer - Infomorationg about the the signer of a message._cert - The certificate used to sign a message.| Method Detail |
|---|
public org.bouncycastle.cms.SignerInformation getSigner()
public X509Certificate getCertificate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||