接口 Keys

所有超级接口:
Serializable
所有已知实现类:
DSAKeys, ECDSAKeys, RSAKeys

public interface Keys extends Serializable
从以下版本开始:
1.0.0
作者:
应卓
  • 方法详细资料

    • getBase64PublicKey

      String getBase64PublicKey()
    • getBase64PrivateKey

      String getBase64PrivateKey()
    • getPublicKey

      default byte[] getPublicKey()
    • getPrivateKey

      default byte[] getPrivateKey()