程序包 cn.benma666.sm

类 SM2KeyPair

java.lang.Object
cn.benma666.sm.SM2KeyPair

public class SM2KeyPair extends Object
SM2密钥对Bean
作者:
Potato
  • 构造器详细资料

    • SM2KeyPair

      public SM2KeyPair(org.bouncycastle.math.ec.ECPoint publicKey, BigInteger privateKey)
  • 方法详细资料

    • getPublicKey

      public org.bouncycastle.math.ec.ECPoint getPublicKey()
    • getPrivateKey

      public BigInteger getPrivateKey()