public class P12ContentSignerBuilder extends Object
| Constructor and Description |
|---|
P12ContentSignerBuilder(KeypairWithCert keypairWithCert) |
P12ContentSignerBuilder(PrivateKey privateKey,
PublicKey publicKey) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentContentSigner |
createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgId,
int parallelism,
SecureRandom random) |
X509Cert |
getCertificate() |
X509Cert[] |
getCertificateChain() |
PrivateKey |
getKey() |
public P12ContentSignerBuilder(PrivateKey privateKey, PublicKey publicKey) throws XiSecurityException
XiSecurityExceptionpublic P12ContentSignerBuilder(KeypairWithCert keypairWithCert) throws XiSecurityException
XiSecurityExceptionpublic ConcurrentContentSigner createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier signatureAlgId, int parallelism, SecureRandom random) throws XiSecurityException, NoSuchPaddingException
public X509Cert getCertificate()
public X509Cert[] getCertificateChain()
public PrivateKey getKey()
Copyright © 2020. All rights reserved.