Interface BinarySecret

All Superinterfaces:
AttributeExtensibleXMLObject, WSTrustObject, XMLObject, XSBase64Binary
All Known Implementing Classes:
BinarySecretImpl

public interface BinarySecret
extends XSBase64Binary, AttributeExtensibleXMLObject, WSTrustObject
The wst:BinarySecret element.
See Also:
Entropy, "WS-Trust 1.3, Chapter 3.3 Binary Secrets."
  • Field Details

  • Method Details

    • getType

      String getType()
      Returns the wst:BinarySecret/@Type attribute value.
      Returns:
      the Type attribute value.
    • setType

      void setType​(String type)
      Sets the wst:BinarySecret/@Type attribute value.
      Parameters:
      type - the Type attribute value to set.