Class IssacWebKeyPair


  • public class IssacWebKeyPair
    extends java.lang.Object
    개인키와 공개키를 갖는 클래스 (JNI 내부에서 생성된 키쌍을 Java에 전달하기 위해 사용됨)
    • Constructor Detail

      • IssacWebKeyPair

        public IssacWebKeyPair()
    • Method Detail

      • setPrivateKey

        public void setPrivateKey​(java.lang.String privateKey)
      • setPublicKey

        public void setPublicKey​(java.lang.String publicKey)
      • hasPrivateKey

        public boolean hasPrivateKey()
      • hasPublicKey

        public boolean hasPublicKey()
      • hasKeyPair

        public boolean hasKeyPair()
      • getPrivateKey

        public java.lang.String getPrivateKey()
      • getPublicKey

        public java.lang.String getPublicKey()