|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.iShopService.ideal3.generated.Signature
public class Signature
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignedInfo"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureValue"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Signature()
|
|
| Method Summary | |
|---|---|
KeyInfo |
getKeyInfo()
Gets the value of the keyInfo property. |
byte[] |
getSignatureValue()
Gets the value of the signatureValue property. |
SignedInfo |
getSignedInfo()
Gets the value of the signedInfo property. |
void |
setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property. |
void |
setSignatureValue(byte[] value)
Sets the value of the signatureValue property. |
void |
setSignedInfo(SignedInfo value)
Sets the value of the signedInfo property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Signature()
| Method Detail |
|---|
public SignedInfo getSignedInfo()
SignedInfopublic void setSignedInfo(SignedInfo value)
value - allowed object is
SignedInfopublic byte[] getSignatureValue()
public void setSignatureValue(byte[] value)
value - allowed object is
byte[]public KeyInfo getKeyInfo()
KeyInfopublic void setKeyInfo(KeyInfo value)
value - allowed object is
KeyInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||