Class SymmetricAsymmetricBindingBase

All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, AlgorithmWrapper
Direct Known Subclasses:
AsymmetricBinding, SymmetricBinding

public abstract class SymmetricAsymmetricBindingBase extends Binding
  • Constructor Details

    • SymmetricAsymmetricBindingBase

      public SymmetricAsymmetricBindingBase(int version)
  • Method Details

    • isEntireHeadersAndBodySignatures

      public boolean isEntireHeadersAndBodySignatures()
      Returns:
      Returns the entireHeaderAndBodySignatures.
    • setEntireHeadersAndBodySignatures

      public void setEntireHeadersAndBodySignatures(boolean entireHeaderAndBodySignatures)
      Parameters:
      entireHeaderAndBodySignatures - The entireHeaderAndBodySignatures to set.
    • getProtectionOrder

      public String getProtectionOrder()
      Returns:
      Returns the protectionOrder.
    • setProtectionOrder

      public void setProtectionOrder(String protectionOrder)
      Parameters:
      protectionOrder - The protectionOrder to set.
    • isSignatureProtection

      public boolean isSignatureProtection()
      Returns:
      Returns the signatureProtection.
    • setSignatureProtection

      public void setSignatureProtection(boolean signatureProtection)
      Parameters:
      signatureProtection - The signatureProtection to set.
    • isTokenProtection

      public boolean isTokenProtection()
      Returns:
      Returns the tokenProtection.
    • setTokenProtection

      public void setTokenProtection(boolean tokenProtection)
      Parameters:
      tokenProtection - The tokenProtection to set.