Class IssacPKICERTREPS

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

    public class IssacPKICERTREPS
    extends java.lang.Object
    implements java.io.Closeable
    인증서 생성 응답 메시지를 처리하는 클래스
    • Constructor Summary

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

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()  
      void Delete()
      Deprecated.
      Resource Leak 의 효율적인 관리를 위해 close() 를 사용할 것을 권장함.
      byte[] getPkiCertReps()
      Deprecated.
      참조값은 바이너리 데이터가 아니므로 외부에선 절대 사용하지 않도록 한다!
      static byte[] ISSAC_PKICERTREPS_Resolve​(byte[] cert, byte[] pkicertreps, int index)
      인증서 생성 응답 메시지에서 발급받은 인증서를 추출한다.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getPkiCertReps

        public byte[] getPkiCertReps()
        Deprecated.
        참조값은 바이너리 데이터가 아니므로 외부에선 절대 사용하지 않도록 한다!
        인증서 생성 응답 메시지 참조값을 가져온다. (가져오는 기능 외에 실제로 사용되는 곳이 없어서 의미가 없다)
        Returns:
        인증서 생성 응답 메시지 참조값
      • ISSAC_PKICERTREPS_Resolve

        public static byte[] ISSAC_PKICERTREPS_Resolve​(byte[] cert,
                                                       byte[] pkicertreps,
                                                       int index)
                                                throws IssacSDKException
        인증서 생성 응답 메시지에서 발급받은 인증서를 추출한다.
        Parameters:
        cert - [OUT] 인증서 객체의 참조값
        pkicertreps - [IN] 인증서 생성 응답 메시지 참조값
        index - [IN] 처리할 응답 메시지의 인덱스
        Returns:
        인증서 객체의 참조값
        Throws:
        IssacSDKException - 오류 발생
      • Delete

        public void Delete()
                    throws IssacSDKException
        Deprecated.
        Resource Leak 의 효율적인 관리를 위해 close() 를 사용할 것을 권장함.
        인증서 생성 응답 메시지 객체를 메모리에서 삭제한다.
        Throws:
        IssacSDKException - 오류 발생
      • close

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