|
Préférences
Moteurs de recherche
|
||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.crypto.dsig
|
Method Summary | |
---|---|
CanonicalizationMethod |
getCanonicalizationMethod()
Returns the canonicalization method of this SignedInfo . |
InputStream |
getCanonicalizedData()
Returns the canonicalized signed info bytes after a signing or validation operation. |
String |
getId()
Returns the optional Id attribute of this
SignedInfo . |
List |
getReferences()
Returns an unmodifiable list of one or more Reference s. |
SignatureMethod |
getSignatureMethod()
Returns the signature method of this SignedInfo . |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Method Detail |
---|
CanonicalizationMethod getCanonicalizationMethod()
SignedInfo
.
SignatureMethod getSignatureMethod()
SignedInfo
.
List getReferences()
unmodifiable list
of one or more Reference
s.
Reference
sString getId()
Id
attribute of this
SignedInfo
.
null
if not specified)InputStream getCanonicalizedData()
InputStream
containing the canonicalized bytes,
or null
if this SignedInfo
has not been
signed or validated yet