Package org.opensaml.soap.wstrust
Interface BinarySecret
-
- All Superinterfaces:
AttributeExtensibleXMLObject,WSTrustObject,XMLObject,XSBase64Binary
public interface BinarySecret extends XSBase64Binary, AttributeExtensibleXMLObject, WSTrustObject
The wst:BinarySecret element.- See Also:
Entropy, "WS-Trust 1.3, Chapter 3.3 Binary Secrets."
-
-
Field Summary
Fields Modifier and Type Field Description static StringELEMENT_LOCAL_NAMEElement local name.static QNameELEMENT_NAMEDefault element name.static StringTYPE_ASYMMETRIC_KEYType attribute AsymmetricKey URI.static StringTYPE_ATTRIB_NAMEwst:BinarySecret/@Type attribute local name.static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.static StringTYPE_NONCEType attribute Nonce URI.static StringTYPE_SYMMETRIC_KEYType attribute SymmetricKey URI.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()Returns the wst:BinarySecret/@Type attribute value.voidsetType(String type)Sets the wst:BinarySecret/@Type attribute value.-
Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Methods inherited from interface org.opensaml.core.xml.schema.XSBase64Binary
getValue, setValue
-
-
-
-
Field Detail
-
ELEMENT_LOCAL_NAME
static final String ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
ELEMENT_NAME
static final QName ELEMENT_NAME
Default element name.
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
TYPE_ATTRIB_NAME
static final String TYPE_ATTRIB_NAME
wst:BinarySecret/@Type attribute local name.- See Also:
- Constant Field Values
-
TYPE_ASYMMETRIC_KEY
static final String TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.- See Also:
- Constant Field Values
-
TYPE_SYMMETRIC_KEY
static final String TYPE_SYMMETRIC_KEY
Type attribute SymmetricKey URI.- See Also:
- Constant Field Values
-
TYPE_NONCE
static final String TYPE_NONCE
Type attribute Nonce URI.- See Also:
- Constant Field Values
-
-