public class SignatureCmpCaClient extends CmpCaClient
responderSubject| Constructor and Description |
|---|
SignatureCmpCaClient(String caUri,
X509Certificate caCert,
PrivateKey requestorKey,
X509Certificate requestorCert,
X509Certificate responderCert,
String hashAlgo) |
| Modifier and Type | Method and Description |
|---|---|
protected org.bouncycastle.cert.cmp.ProtectedPKIMessage |
build(org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder builder) |
protected byte[] |
decrypt(org.bouncycastle.asn1.crmf.EncryptedValue ev) |
protected boolean |
verifyProtection(org.bouncycastle.cert.cmp.GeneralPKIMessage pkiMessage) |
buildSigner, enrollCertsViaCrmf, enrollCertsViaCrmfCaGenKeypair, enrollCertViaCrmf, enrollCertViaCrmfCaGenKeypair, enrollCertViaCsr, getCaCert, init, revokeCert, send, shutdown, unrevokeCert, updateCertsViaCrmf, updateCertsViaCrmfCaGenKeypair, updateCertViaCrmf, updateCertViaCrmfCaGenKeypairpublic SignatureCmpCaClient(String caUri, X509Certificate caCert, PrivateKey requestorKey, X509Certificate requestorCert, X509Certificate responderCert, String hashAlgo) throws Exception
Exceptionprotected boolean verifyProtection(org.bouncycastle.cert.cmp.GeneralPKIMessage pkiMessage)
throws org.bouncycastle.cert.cmp.CMPException,
InvalidKeyException
verifyProtection in class CmpCaClientorg.bouncycastle.cert.cmp.CMPExceptionInvalidKeyExceptionprotected byte[] decrypt(org.bouncycastle.asn1.crmf.EncryptedValue ev)
throws Exception
decrypt in class CmpCaClientExceptionprotected org.bouncycastle.cert.cmp.ProtectedPKIMessage build(org.bouncycastle.cert.cmp.ProtectedPKIMessageBuilder builder)
throws Exception
build in class CmpCaClientExceptionCopyright © 2018. All rights reserved.