@Configuration
@ConditionalOnExpression(value="\'${system.eccType:secp256k1}\'.equals(\'sm2p256v1\')")
public class SM2RelatedBeans
extends java.lang.Object
| 构造器和说明 |
|---|
SM2RelatedBeans() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.webank.keygen.key.KeyComputeAlgorithm |
Sm2AddressAlgorithm() |
com.webank.keygen.face.PrivateKeyCreator |
sm2Creator() |
com.webank.keysign.face.PrivateKeySigner |
SM2Signer() |
@Bean
public com.webank.keygen.face.PrivateKeyCreator sm2Creator()
throws KeyMgrException
KeyMgrException@Bean public com.webank.keysign.face.PrivateKeySigner SM2Signer()
@Bean public com.webank.keygen.key.KeyComputeAlgorithm Sm2AddressAlgorithm()