public interface AgreementMethod extends ValidatingXMLObject, ElementExtensibleXMLObject
Modifier and Type | Field and Description |
---|---|
static String |
ALGORITHM_ATTRIBUTE_NAME
Algorithm attribute name.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Gets the algorithm URI attribute value for this agreement method.
|
KANonce |
getKANonce()
Get the nonce child element used to introduce variability into the generation of keying material.
|
OriginatorKeyInfo |
getOriginatorKeyInfo()
Get the child element containing the key generation material for the originator.
|
RecipientKeyInfo |
getRecipientKeyInfo()
Get the child element containing the key generation material for the recipient.
|
void |
setAlgorithm(String newAlgorithm)
Sets the algorithm URI attribute value for this agreement method.
|
void |
setKANonce(KANonce newKANonce)
Set the nonce child element used to introduce variability into the generation of keying material.
|
void |
setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
Set the child element containing the key generation material for the originator.
|
void |
setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
Set the child element containing the key generation material for the recipient.
|
deregisterValidator, getValidators, registerValidator, validate
getUnknownXMLObjects, getUnknownXMLObjects
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String ALGORITHM_ATTRIBUTE_NAME
String getAlgorithm()
void setAlgorithm(String newAlgorithm)
newAlgorithm
- the new algorithm URI attribute valueKANonce getKANonce()
void setKANonce(KANonce newKANonce)
newKANonce
- the new KA-Nonce child elementOriginatorKeyInfo getOriginatorKeyInfo()
void setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
newOriginatorKeyInfo
- the new OriginatorKeyInfo child elementRecipientKeyInfo getRecipientKeyInfo()
void setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
newRecipientKeyInfo
- the new RecipientKeyInfo child elementCopyright © 2018 JBoss by Red Hat. All rights reserved.