org.opensaml.xml.security
Class BasicSecurityConfiguration.KeyTransportEncryptionIndex

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

protected class BasicSecurityConfiguration.KeyTransportEncryptionIndex
extends java.lang.Object

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


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

Constructor Detail

BasicSecurityConfiguration.KeyTransportEncryptionIndex

protected BasicSecurityConfiguration.KeyTransportEncryptionIndex(java.lang.String jcaAlgorithmName,
                                                                 java.lang.Integer length,
                                                                 java.lang.String wrappedKeyAlgorithm)
Constructor.

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

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2006-2010 Internet2. All Rights Reserved.