Package com.penta.issacweb
Class IssacWebEncPriKey
- java.lang.Object
-
- com.penta.issacweb.IssacWebEncPriKey
-
- All Implemented Interfaces:
IssacWebServerEncPriKey
public class IssacWebEncPriKey extends java.lang.Object implements IssacWebServerEncPriKey
암호화 된 서버 비공개키
-
-
Constructor Summary
Constructors Constructor Description IssacWebEncPriKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringissacweb_get_encprikey()암호화 된 개인키를 가져온다.
-
-
-
Method Detail
-
issacweb_get_encprikey
public java.lang.String issacweb_get_encprikey()
암호화 된 개인키를 가져온다.- Specified by:
issacweb_get_encprikeyin interfaceIssacWebServerEncPriKey- Returns:
- 암호화 된 개인키
-
-