Interface WSTrustConstants.XMLDSig
-
- Enclosing interface:
- WSTrustConstants
public static interface WSTrustConstants.XMLDSig
-
-
Field Summary
Fields Modifier and Type Field Description static String
DSA_KEYVALUE
static String
DSIG_NS
static String
DSIG_PREFIX
static String
EXPONENT
static String
G
static String
KEYINFO
static String
KEYVALUE
static String
MODULUS
static String
P
static String
PGEN_COUNTER
static String
Q
static String
RSA_KEYVALUE
static String
SEED
static String
X509CERT
static String
X509DATA
static String
Y
-
-
-
Field Detail
-
DSIG_NS
static final String DSIG_NS
- See Also:
- Constant Field Values
-
EXPONENT
static final String EXPONENT
- See Also:
- Constant Field Values
-
KEYINFO
static final String KEYINFO
- See Also:
- Constant Field Values
-
KEYVALUE
static final String KEYVALUE
- See Also:
- Constant Field Values
-
MODULUS
static final String MODULUS
- See Also:
- Constant Field Values
-
DSIG_PREFIX
static final String DSIG_PREFIX
- See Also:
- Constant Field Values
-
RSA_KEYVALUE
static final String RSA_KEYVALUE
- See Also:
- Constant Field Values
-
DSA_KEYVALUE
static final String DSA_KEYVALUE
- See Also:
- Constant Field Values
-
X509DATA
static final String X509DATA
- See Also:
- Constant Field Values
-
X509CERT
static final String X509CERT
- See Also:
- Constant Field Values
-
P
static final String P
- See Also:
- Constant Field Values
-
Q
static final String Q
- See Also:
- Constant Field Values
-
G
static final String G
- See Also:
- Constant Field Values
-
Y
static final String Y
- See Also:
- Constant Field Values
-
SEED
static final String SEED
- See Also:
- Constant Field Values
-
PGEN_COUNTER
static final String PGEN_COUNTER
- See Also:
- Constant Field Values
-
-