Interface KeyIdentifier

All Superinterfaces:
AttributedString, AttributeExtensibleXMLObject, EncodedString, IdBearing, WSSecurityObject, XMLObject, XSString
All Known Implementing Classes:
KeyIdentifierImpl

public interface KeyIdentifier extends EncodedString
The <wsse:KeyIdentifier> element.
See Also:
  • Field Details

  • Method Details

    • getValueType

      @Nullable String getValueType()
      Returns the ValueType attribute URI value.
      Returns:
      the ValueType attribute value or null.
    • setValueType

      void setValueType(@Nullable String newValueType)
      Sets the ValueType attribute URI value.
      Parameters:
      newValueType - the ValueType attribute value.