|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<SignatureMethodEnum>
oracle.fabric.common.legacypolicy.schema.SignatureMethodEnum
public enum SignatureMethodEnum
Java class for signature-method-enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="signature_method_enum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="RSA-SHA1"/> <enumeration value="RSA-MD5"/> <enumeration value="DSA-SHA1"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
DSA_SHA_1 |
|
RSA_MD_5 |
|
RSA_SHA_1 |
Method Summary | |
---|---|
static SignatureMethodEnum |
fromValue(String v) |
String |
value() |
static SignatureMethodEnum |
valueOf(String name) Returns the enum constant of this type with the specified name. |
static SignatureMethodEnum[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SignatureMethodEnum RSA_SHA_1
public static final SignatureMethodEnum RSA_MD_5
public static final SignatureMethodEnum DSA_SHA_1
Method Detail |
---|
public static SignatureMethodEnum[] values()
for (SignatureMethodEnum c : SignatureMethodEnum.values()) System.out.println(c);
public static SignatureMethodEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static SignatureMethodEnum fromValue(String v)
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |