Class CertificateChainResource
- java.lang.Object
-
- com.microej.crypto.internal.hil.resource.CertificateChainResource
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class CertificateChainResource extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description CertificateChainResource(java.security.cert.Certificate[] chain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.security.cert.CertificategetCertificate(int index)intgetSize()
-
-
-
Method Detail
-
getSize
public int getSize()
-
getCertificate
public java.security.cert.Certificate getCertificate(int index)
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-