Class IssacISPREQINFO

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class IssacISPREQINFO
    extends java.lang.Object
    implements java.io.Closeable
    ISP 요청 정보
    • Constructor Summary

      Constructors 
      Constructor Description
      IssacISPREQINFO()
      생성자
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void Read_Memory​(byte[] buffer)
      DER 인코딩 된 데이터로부터 읽어들인다.
      void SetCpRequestNumber​(java.lang.String cpRequestNumber)
      CP Request Number(ISP가 부여하는 세션정보) 를 설정한다.
      void SetIspKmCert​(IssacCERTIFICATE ispKmCert)
      ISP의 키분배용 인증서를 설정한다.
      void SetSignedPersonInfoReq​(byte[] signedPersonInfoReq)
      서명된 PersonInfoReq 를 설정한다.
      void SetUCPIDNonce​(byte[] nonce)
      비표(Nonce) 값을 설정한다.
      byte[] Write_Memory()
      DER 인코딩 된 데이터를 출력한다.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • Read_Memory

        public void Read_Memory​(byte[] buffer)
                         throws IssacSDKException
        DER 인코딩 된 데이터로부터 읽어들인다.
        Parameters:
        buffer - [IN] DER 인코딩 된 데이터
        Throws:
        IssacSDKException - 오류 발생
        See Also:
        Write_Memory()
      • close

        public void close()
                   throws IssacSDKException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        IssacSDKException
      • SetUCPIDNonce

        public void SetUCPIDNonce​(byte[] nonce)
                           throws IssacSDKException
        비표(Nonce) 값을 설정한다.
        Parameters:
        nonce - [IN] 비표(Nonce)
        Throws:
        IssacSDKException - 오류 발생
      • SetCpRequestNumber

        public void SetCpRequestNumber​(java.lang.String cpRequestNumber)
                                throws IssacSDKException
        CP Request Number(ISP가 부여하는 세션정보) 를 설정한다.
        Parameters:
        cpRequestNumber - [IN] CP Request Number
        Throws:
        IssacSDKException - 오류 발생
      • SetSignedPersonInfoReq

        public void SetSignedPersonInfoReq​(byte[] signedPersonInfoReq)
                                    throws IssacSDKException
        서명된 PersonInfoReq 를 설정한다.
        Parameters:
        signedPersonInfoReq - [IN] 서명된 PersonInfoReq
        Throws:
        IssacSDKException - 오류 발생