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 Object

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


Field Summary
private  String keyAlgorithm
          The JCA key algorithm name.
private  Integer keyLength
          The key length.
private  String wrappedAlgorithm
          The JCA key algorithm name of the key to be encrypted.
 
Constructor Summary
protected BasicSecurityConfiguration.KeyTransportEncryptionIndex(String jcaAlgorithmName, Integer length, String wrappedKeyAlgorithm)
          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
 

Field Detail

keyAlgorithm

private String keyAlgorithm
The JCA key algorithm name.


keyLength

private Integer keyLength
The key length. Optional, may be null.


wrappedAlgorithm

private String wrappedAlgorithm
The JCA key algorithm name of the key to be encrypted.

Constructor Detail

BasicSecurityConfiguration.KeyTransportEncryptionIndex

protected BasicSecurityConfiguration.KeyTransportEncryptionIndex(String jcaAlgorithmName,
                                                                 Integer length,
                                                                 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(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 © 1999-2012. All Rights Reserved.