@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 toKeyManagerinstances for accessing private keys and the system-wideTrustManagerfor validating signatures and certificates. -
Exception Summary Exception Description KeyStoreNotInitialisedException TheKeyStoreNotInitialisedExceptionis thrown by the methods from theKeyStoreServicethat access a key store / trust store before the store is actually initialised.