|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.saml2.metadata.KeyDescriptor.KeyType
Represents the key usage.
| Field Summary | |
static KeyDescriptor.KeyType |
ENCRYPTIONIndicates key can be used for Encryption |
static KeyDescriptor.KeyType |
SIGNINGIndicates key can be used for Signing |
| Constructor Summary | |
KeyDescriptor.KeyType(java.lang.String value)Creates a new KeyType object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)Compares this KeyType object to the specified object. |
java.lang.String |
getValue()Returns the value of this KeyType. |
int |
hashCode()Returns the hash code for this instance. |
java.lang.String |
toString()Returns a description of this KeyType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final KeyDescriptor.KeyType ENCRYPTION
public static final KeyDescriptor.KeyType SIGNING
| Constructor Detail |
public KeyDescriptor.KeyType(java.lang.String value)
KeyType object.value - A String usage value.| Method Detail |
public java.lang.String getValue()
KeyType.public java.lang.String toString()
KeyType.public int hashCode()
public boolean equals(java.lang.Object o)
KeyType object to the specified object.o - The object to compare to.boolean value.
|
Oracle Security Developer Tools SAML 2.0 Java API Reference 10g (10.1.4.0.1) B28174-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||