Class SecretKeyRepositoryImpl

  • All Implemented Interfaces:
    SecretKeyRepository, org.springframework.beans.factory.InitializingBean

    public class SecretKeyRepositoryImpl
    extends Object
    implements SecretKeyRepository, org.springframework.beans.factory.InitializingBean
    Default implementation of SecretKeyRepository, which uses JCE Key Store.
    Author:
    avasquez