Uses of Interface
org.apache.james.mailet.crypto.KeyHolder

Packages that use KeyHolder
org.apache.james.mailet.crypto Provides classes implementing security related functionality. 
org.apache.james.mailet.crypto.mailet Cryptographic mail processing agents. 
 

Uses of KeyHolder in org.apache.james.mailet.crypto
 

Classes in org.apache.james.mailet.crypto that implement KeyHolder
 class SMIMEKeyHolder
          Loads a KeyStore in memory and keeps it ready for the cryptographic activity.
 

Uses of KeyHolder in org.apache.james.mailet.crypto.mailet
 

Methods in org.apache.james.mailet.crypto.mailet that return KeyHolder
protected  KeyHolder AbstractSign.getKeyHolder()
          Getter for property keyHolder.
 

Methods in org.apache.james.mailet.crypto.mailet with parameters of type KeyHolder
protected  void AbstractSign.setKeyHolder(KeyHolder keyHolder)
          Setter for property keyHolder.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.