public abstract class SecurityProvider extends Object
| Constructor and Description |
|---|
SecurityProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getRegistrationId()
Unique id required for registration
|
abstract SSLContext |
getSSLContext()
Retrieves the SSL context loaded with trusted certs.
|
public abstract String getRegistrationId() throws SecurityProviderException
SecurityProviderException - If registration id with the underlying implementation could not be retrievedpublic abstract SSLContext getSSLContext() throws SecurityProviderException
SecurityProviderException - If ssl context could not be generated for any of the reasonCopyright © 2019. All rights reserved.