BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.security.specs
Class SignatureSpec

java.lang.Object
  |
  +--weblogic.xml.security.specs.SpecBase
        |
        +--weblogic.xml.security.specs.OperationSpec
              |
              +--weblogic.xml.security.specs.SignatureSpec

public class SignatureSpec
extends OperationSpec

SignatureSpec.java Created: Wed Aug 14 20:35:30 2002

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

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

SignatureSpec

public SignatureSpec(java.lang.String canonicalizationURI,
                     java.lang.String signatureURI)
Creates a new SignatureSpec instance.

Parameters:
canonicalizationURI - a String value that is URI of the canonicalization method to be used in the signature
signatureURI - a String value that is the URI of the signature method to be used for the signature.

SignatureSpec

public SignatureSpec(java.lang.String canonicalizationURI,
                     java.lang.String signatureURI,
                     boolean signedBody)
Creates a new SignatureSpec instance.

Parameters:
canonicalizationURI - canonicalizationURI a String value that is URI of the canonicalization method to be used in the signature
signatureURI - 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

getSignatureMethod

public java.lang.String getSignatureMethod()
Returns the URI for the signature method required by this spec.

getCanonicalizationMethod

public java.lang.String getCanonicalizationMethod()
Returns the URI for the canonicalization method required by this spec.

Returns:
 

getDefaultSpec

public static final SignatureSpec getDefaultSpec()
Returns the default SignatureSpec.

Returns:
 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81