public interface Signature extends XMLObject
修飾子とタイプ | フィールドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCanonicalizationAlgorithm()
Gets the canonicalization algorithm used to create the signature content.
|
List<ContentReference> |
getContentReferences()
Gets the list of signature content references.
|
Integer |
getHMACOutputLength()
Gets the HMAC output length value, optionally used when signing
with an HMAC signature algorithm.
|
KeyInfo |
getKeyInfo()
Gets the key info added to this signature.
|
String |
getSignatureAlgorithm()
Gets the algorithm used to compute the signature.
|
Credential |
getSigningCredential()
Gets the signature signing credential.
|
void |
setCanonicalizationAlgorithm(String newAlgorithm)
Sets the canonicalization algorithm used to create the signature content.
|
void |
setHMACOutputLength(Integer length)
Sets the HMAC output length value, optionally used when signing
with an HMAC signature algorithm.
|
void |
setKeyInfo(KeyInfo newKeyInfo)
Sets the key info added to this signature.
|
void |
setSignatureAlgorithm(String newAlgorithm)
Sets the algorithm used to compute the signature.
|
void |
setSigningCredential(Credential newCredential)
Sets the signature signing credential.
|
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 QName TYPE_NAME
String getCanonicalizationAlgorithm()
void setCanonicalizationAlgorithm(String newAlgorithm)
newAlgorithm
- the canonicalization algorithm used to create the signature contentString getSignatureAlgorithm()
void setSignatureAlgorithm(String newAlgorithm)
newAlgorithm
- the algorithm used to compute the signatureInteger getHMACOutputLength()
void setHMACOutputLength(Integer length)
length
- the new HMACOutputLength valueCredential getSigningCredential()
void setSigningCredential(Credential newCredential)
newCredential
- the signature signing credentialKeyInfo getKeyInfo()
void setKeyInfo(KeyInfo newKeyInfo)
newKeyInfo
- the key info added to this signatureList<ContentReference> getContentReferences()
Copyright © 2012. All Rights Reserved.