public interface ICertificateProvider
Modifier and Type | Method and Description |
---|---|
byte[] |
getDeviceCertificate()
Returns the certificate of the device.
|
byte[] |
getDeviceKey()
Returns the private key of the device.
|
java.util.Enumeration |
getTrustCertificates()
Returns trusted certificates.
|
byte[] getDeviceCertificate()
byte[] getDeviceKey()
java.util.Enumeration getTrustCertificates()