Uses of Class
com.github.lucadruda.iotc.device.models.X509Certificate
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device | |
| com.github.lucadruda.iotc.device.models |
-
Uses of X509Certificate in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device that return X509Certificate Modifier and Type Method Description X509CertificateIoTCClient. getCertificate() -
Uses of X509Certificate in com.github.lucadruda.iotc.device.models
Methods in com.github.lucadruda.iotc.device.models that return X509Certificate Modifier and Type Method Description X509CertificateStorage. getCertificate()Methods in com.github.lucadruda.iotc.device.models with parameters of type X509Certificate Modifier and Type Method Description voidStorage. setCertificate(X509Certificate certificate)Constructors in com.github.lucadruda.iotc.device.models with parameters of type X509Certificate Constructor Description Storage(String hubName, String deviceId, X509Certificate certificate)Storage(String hubName, String deviceId, String deviceKey, X509Certificate certificate)