Package org.xipki.security.bc
Class XiECContentVerifierProviderBuilder
- java.lang.Object
-
- org.bouncycastle.operator.bc.BcContentVerifierProviderBuilder
-
- org.bouncycastle.operator.bc.BcECContentVerifierProviderBuilder
-
- org.xipki.security.bc.XiECContentVerifierProviderBuilder
-
public class XiECContentVerifierProviderBuilder extends org.bouncycastle.operator.bc.BcECContentVerifierProviderBuilderExtendsBcECContentVerifierProviderBuilderto support the signature algorithms Plain-ECDSA and SM3.- Since:
- 2.1.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description XiECContentVerifierProviderBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.bouncycastle.crypto.SignercreateSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)-
Methods inherited from class org.bouncycastle.operator.bc.BcECContentVerifierProviderBuilder
extractKeyParameters
-
-
-
-
Method Detail
-
createSigner
protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId) throws org.bouncycastle.operator.OperatorCreationException- Overrides:
createSignerin classorg.bouncycastle.operator.bc.BcECContentVerifierProviderBuilder- Throws:
org.bouncycastle.operator.OperatorCreationException
-
-