@Version("3.2.1")
Package com.adobe.granite.keystore
Provides a service to manage users' key-stores and a global trust-store. Consumers
of the service will import this package and get the
KeyStoreService
service from the OSGi
service registry.-
Interface Summary Interface Description KeyStoreService Provides secure access toKeyManager
instances for accessing private keys and the system-wideTrustManager
for validating signatures and certificates. -
Exception Summary Exception Description KeyStoreNotInitialisedException TheKeyStoreNotInitialisedException
is thrown by the methods from theKeyStoreService
that access a key store / trust store before the store is actually initialised.