org.opensaml.xml.security
Class BasicSecurityConfiguration.DataEncryptionIndex

java.lang.Object
  extended by org.opensaml.xml.security.BasicSecurityConfiguration.DataEncryptionIndex
Enclosing class:
BasicSecurityConfiguration

protected class BasicSecurityConfiguration.DataEncryptionIndex
extends Object

Class used as an index to the data encryption algorithm URI map.


Constructor Summary
protected BasicSecurityConfiguration.DataEncryptionIndex(String jcaAlgorithmName, Integer length)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicSecurityConfiguration.DataEncryptionIndex

protected BasicSecurityConfiguration.DataEncryptionIndex(String jcaAlgorithmName,
                                                         Integer length)
Constructor.

Parameters:
jcaAlgorithmName - the JCA algorithm name
length - the key length (optional, may be null)
Method Detail

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2006-2011 Internet2. All Rights Reserved.