Package com.penta.sdk.cmp
Class IssacPKICERTREPS
- java.lang.Object
-
- com.penta.sdk.cmp.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 voidclose()voidDelete()Deprecated.Resource Leak 의 효율적인 관리를 위해 close() 를 사용할 것을 권장함.byte[]getPkiCertReps()Deprecated.참조값은 바이너리 데이터가 아니므로 외부에선 절대 사용하지 않도록 한다!static byte[]ISSAC_PKICERTREPS_Resolve(byte[] cert, byte[] pkicertreps, int index)인증서 생성 응답 메시지에서 발급받은 인증서를 추출한다.
-
-
-
Constructor Detail
-
IssacPKICERTREPS
public IssacPKICERTREPS() throws IssacSDKException생성자Note: 사용이 끝나면 close()를 호출해야 한다.
- Throws:
IssacSDKException- 오류 발생- See Also:
close()
-
-
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 IssacSDKExceptionDeprecated.Resource Leak 의 효율적인 관리를 위해 close() 를 사용할 것을 권장함.인증서 생성 응답 메시지 객체를 메모리에서 삭제한다.- Throws:
IssacSDKException- 오류 발생
-
close
public void close() throws IssacSDKException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
IssacSDKException
-
-