org.jpos.security.jceadapter
Class JCEHandler.MacEngineKey

java.lang.Object
  extended by org.jpos.security.jceadapter.JCEHandler.MacEngineKey
Enclosing class:
JCEHandler

protected static class JCEHandler.MacEngineKey
extends Object

Class used for indexing MAC algorithms in cache


Constructor Summary
protected JCEHandler.MacEngineKey(String macAlgorithm, Key macKey)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMacAlgorithm()
           
 Key getMacKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCEHandler.MacEngineKey

protected JCEHandler.MacEngineKey(String macAlgorithm,
                                  Key macKey)
Method Detail

getMacAlgorithm

public String getMacAlgorithm()

getMacKey

public Key getMacKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 1998-2012 jPOS.org. All Rights Reserved.