|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.BasicSecurityConfiguration.KeyTransportEncryptionIndex
protected class BasicSecurityConfiguration.KeyTransportEncryptionIndex
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 |
|---|
private String keyAlgorithm
private Integer keyLength
private String wrappedAlgorithm
| Constructor Detail |
|---|
protected BasicSecurityConfiguration.KeyTransportEncryptionIndex(String jcaAlgorithmName,
Integer length,
String wrappedKeyAlgorithm)
jcaAlgorithmName - the JCA algorithm namelength - the key length (optional, may be null)wrappedKeyAlgorithm - the JCA algorithm name of the key to be encrypted (optional, may be null)| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||