|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignatureValue | |
|---|---|
| org.w3.xmldsig | |
| Uses of SignatureValue in org.w3.xmldsig |
|---|
| Fields in org.w3.xmldsig declared as SignatureValue | |
|---|---|
protected SignatureValue |
Signature.signatureValue
|
| Methods in org.w3.xmldsig that return SignatureValue | |
|---|---|
SignatureValue |
ObjectFactory.createSignatureValue()
Create an instance of SignatureValue |
SignatureValue |
Signature.getSignatureValue()
Gets the value of the signatureValue property. |
SignatureValue |
SignatureValue.withId(String value)
|
SignatureValue |
SignatureValue.withValue(byte[] value)
|
| Methods in org.w3.xmldsig with parameters of type SignatureValue | |
|---|---|
void |
Signature.setSignatureValue(SignatureValue value)
Sets the value of the signatureValue property. |
Signature |
Signature.withSignatureValue(SignatureValue value)
|
| Constructors in org.w3.xmldsig with parameters of type SignatureValue | |
|---|---|
Signature(SignedInfo signedInfo,
SignatureValue signatureValue,
KeyInfo keyInfo,
List<Object> objects,
String id)
Fully-initialising value constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||