public interface BinarySecret extends XSBase64Binary, AttributeExtensibleXMLObject, WSTrustObject
Entropy
,
"WS-Trust 1.3, Chapter 3.3 Binary Secrets."Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
ELEMENT_NAME
Default element name.
|
static String |
TYPE_ASYMMETRIC_KEY
Type attribute AsymmetricKey URI.
|
static String |
TYPE_ATTRIB_NAME
wst:BinarySecret/@Type attribute local name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
TYPE_NONCE
Type attribute Nonce URI.
|
static String |
TYPE_SYMMETRIC_KEY
Type attribute SymmetricKey URI.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Returns the wst:BinarySecret/@Type attribute value.
|
void |
setType(String type)
Sets the wst:BinarySecret/@Type attribute value.
|
getValue, setValue
getUnknownAttributes
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
static final String ELEMENT_LOCAL_NAME
static final QName ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String TYPE_ATTRIB_NAME
static final String TYPE_ASYMMETRIC_KEY
static final String TYPE_SYMMETRIC_KEY
static final String TYPE_NONCE
Copyright © 2016 JBoss by Red Hat. All rights reserved.