Package com.wolfssl
Class WolfSSLX509StoreCtx
- java.lang.Object
-
- com.wolfssl.WolfSSLX509StoreCtx
-
public class WolfSSLX509StoreCtx extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WolfSSLX509StoreCtx(long ctxPtr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WolfSSLCertificate[]
getCerts()
Get certificates in WOLFSSL_X509_STORE_CTX as an array of WolfSSLCertificate objects.
-
-
-
Constructor Detail
-
WolfSSLX509StoreCtx
public WolfSSLX509StoreCtx(long ctxPtr) throws WolfSSLException
- Throws:
WolfSSLException
-
-
Method Detail
-
getCerts
public WolfSSLCertificate[] getCerts() throws WolfSSLException
Get certificates in WOLFSSL_X509_STORE_CTX as an array of WolfSSLCertificate objects.- Returns:
- array of certificates
- Throws:
WolfSSLException
- on error
-
-