Class KeyStoreImpl

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

    @Component
    public class KeyStoreImpl
    extends Object
    implements KeyStore, org.springframework.beans.factory.InitializingBean
    Softhsm Keymanager implementation based on OpenDNSSEC that handles and stores its cryptographic keys via the PKCS#11 interface. This is a software implementation of a generic cryptographic device. SoftHSM can work with other cryptographic device because of the PKCS#11 interface.
    Since:
    1.0.0
    Author:
    Dharmesh Khandelwal