Package org.apache.synapse.securevault.keystore
-
Class Summary Class Description AbstractKeyStoreLoader Provides the base for loading KeyStoresCACertsLoader Constructs a keyStore from CA certificatesIdentityKeyStoreWrapper Represents the private keyStore entry To provide that abstraction , this class exposes both getter methods to public, private and secret keysJKSKeyStoreLoader Loads KeyStore from a JKS fileKeyStoreWrapper Wraps the keyStore and provide abstraction need for ciphering.PKCS12KeyStoreLoader PKCS8KeyStoreLoader Constructs a KeyStore instance of type JKS from a pkcs8 private key and certificate.TrustKeyStoreWrapper Represents the abstraction for trusted KeyStore Only expose to get public keys