|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.xml.security.specs.SpecBase
|
+--weblogic.xml.security.specs.OperationSpec
|
+--weblogic.xml.security.specs.SignatureSpec
SignatureSpec.java Created: Wed Aug 14 20:35:30 2002
| Fields inherited from class weblogic.xml.security.specs.OperationSpec |
bodyList,
headerList,
unrestrictedList |
| Constructor Summary | |
SignatureSpec(java.lang.String canonicalizationURI,
java.lang.String signatureURI)
Creates a new SignatureSpec instance. |
|
SignatureSpec(java.lang.String canonicalizationURI,
java.lang.String signatureURI,
boolean signedBody)
Creates a new SignatureSpec instance. |
|
| Method Summary | |
java.lang.String |
getCanonicalizationMethod()
Returns the URI for the canonicalization method required by this spec. |
static SignatureSpec |
getDefaultSpec()
Returns the default SignatureSpec. |
java.lang.String |
getSignatureMethod()
Returns the URI for the signature method required by this spec. |
| Methods inherited from class weblogic.xml.security.specs.OperationSpec |
addElement,
addElement,
entireBody |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SignatureSpec(java.lang.String canonicalizationURI,
java.lang.String signatureURI)
SignatureSpec instance.
canonicalizationURI - a String value that is
URI of the canonicalization method to be used in the signaturesignatureURI - a String value that is the URI
of the signature method to be used for the signature.
public SignatureSpec(java.lang.String canonicalizationURI,
java.lang.String signatureURI,
boolean signedBody)
SignatureSpec instance.
canonicalizationURI - canonicalizationURI a String value that is
URI of the canonicalization method to be used in the signaturesignatureURI - a String value that is the URI
of the signature method to be used for the signature.signedBody - a boolean value that indicates whether or
not the SOAP body should be signed.| Method Detail |
public java.lang.String getSignatureMethod()
public java.lang.String getCanonicalizationMethod()
public static final SignatureSpec getDefaultSpec()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||