Class IssacPATHS

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

    public class IssacPATHS
    extends java.lang.Object
    implements java.io.Closeable
    여러개의 인증서 경로들을 담을 수 있는 클래스

    이 클래스를 이용하여 인증서의 경로를 담고 다른 함수에 전달 할 수 있다.
    이 클래스에는 최대 20개의 인증서 경로까지 담을 수 있다.

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void AddPaths​(IssacCERTIFICATES certs)
      인증경로 목록에 인증서 목록을 추가한다.
      void close()  
      void Delete()
      Deprecated.
      Resource Leak 의 효율적인 관리를 위해 close() 를 사용할 것을 권장함.
      int GetCount()
      인증경로 목록에 들어있는 인증경로의 개수를 가져온다.
      byte[] getPaths()
      Deprecated.
      참조값은 바이너리 데이터가 아니므로 외부에선 절대 사용하지 않도록 한다!
      • Methods inherited from class java.lang.Object

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

      • getPaths

        public byte[] getPaths()
        Deprecated.
        참조값은 바이너리 데이터가 아니므로 외부에선 절대 사용하지 않도록 한다!
        인증경로 목록 객체의 참조값을 가져온다.
        Returns:
        인증경로 목록 객체의 참조값
      • GetCount

        public int GetCount()
                     throws IssacSDKException
        인증경로 목록에 들어있는 인증경로의 개수를 가져온다.
        Returns:
        인증경로의 개수
        Throws:
        IssacSDKException - 오류 발생
      • Delete

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

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