public class SignerCertPair extends Object
| Constructor and Description |
|---|
SignerCertPair(org.bouncycastle.cms.SignerInformation _signer,
X509Certificate _cert)
Construct a pair with the signer information the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
Gets the certificate used to sign a message.
|
org.bouncycastle.cms.SignerInformation |
getSigner()
Gets the signer information.
|
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.public org.bouncycastle.cms.SignerInformation getSigner()
public X509Certificate getCertificate()
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.