Package com.exclamationlabs.connid.base.connector.authenticator.keys

  • Interface Summary 
    Interface Description
    KeyStoreLoader
    A KeyStoreLoader can be used to load a KeyStore (of various kinds), given configuration information.
    RSAPrivateKeyLoader
    A RSAPrivateKeyLoader can be used to load a RSAPrivateKey, given configuration information.
  • Class Summary 
    Class Description
    JKSRSAPrivateKeyLoader
    Implementation to load a RSAPrivateKey from JKS information (file, password, alias).
    PEMRSAPrivateKeyLoader
    Implementation to load a RSAPrivateKey from a PEM file.
    PFXKeyStoreLoader
    Implementation to load a KeyStore from a PFX file.