Package com.breautek.fuse
Class FuseAPIServer
java.lang.Object
com.breautek.fuse.FuseAPIServer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getPort()
boolean
verifyCertificate
(android.net.http.SslCertificate certificate)
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
FuseAPIServer
public FuseAPIServer(FuseContext context) throws IOException, NoSuchAlgorithmException, CertificateException, org.bouncycastle.operator.OperatorCreationException, KeyStoreException, UnrecoverableKeyException, KeyManagementException - Throws:
IOException
NoSuchAlgorithmException
CertificateException
org.bouncycastle.operator.OperatorCreationException
KeyStoreException
UnrecoverableKeyException
KeyManagementException
-
-
Method Details
-
getSSLContext
-
getSecretKey
-
getPort
public int getPort() -
verifyCertificate
public boolean verifyCertificate(android.net.http.SslCertificate certificate)
-