Since: API level 20
package

com.samsung.android.knox.ucm.plugin.agent

Provides classes that include abstract methods which extending class can implement to receive callback from UCM framework and "Provider" for the Java Security API

Interfaces

UcmAgentProviderImpl.UcmAgentSpiProperty This interface provide API's and constants which is implemented by UCM SPI classes. 

Classes

UcmAgentProviderImpl This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security. 
UcmAgentProviderImpl.UcmAgentCipherSpi This class provide API's extended from CipherSpi. 
UcmAgentProviderImpl.UcmAgentKeyGeneratorSpi This class provide API's extended from KeyGeneratorSpi. 
UcmAgentProviderImpl.UcmAgentKeyPairGeneratorSpi This class provide API's extended from KeyPairGeneratorSpi. 
UcmAgentProviderImpl.UcmAgentKeyStoreSpi This class provide API's extended from KeyStoreSpi. 
UcmAgentProviderImpl.UcmAgentMacSpi This class provide API's extended from MacSpi If vendor want to support Mac as JCE, plugin application should implement this Spi and add as Service Provider. 
UcmAgentProviderImpl.UcmAgentSecureRandomSpi This class provide API's extended from SecureRandomSpi. 
UcmAgentProviderImpl.UcmAgentSignatureSpi This class provide API's extended from SignatureSpi. 
UcmAgentService This abstract class is for 3rd party application to implement Credential Storage Agent Service - UCM Plugin application.