|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3.www._2000._09.xmldsig.SignedInfoType
public class SignedInfoType
Constructor Summary | |
---|---|
SignedInfoType()
|
|
SignedInfoType(CanonicalizationMethodType canonicalizationMethod,
SignatureMethodType signatureMethod,
ReferenceType[] reference,
org.apache.axis.types.Id id)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
CanonicalizationMethodType |
getCanonicalizationMethod()
Gets the canonicalizationMethod value for this SignedInfoType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
org.apache.axis.types.Id |
getId()
Gets the id value for this SignedInfoType. |
ReferenceType[] |
getReference()
Gets the reference value for this SignedInfoType. |
ReferenceType |
getReference(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
SignatureMethodType |
getSignatureMethod()
Gets the signatureMethod value for this SignedInfoType. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
Sets the canonicalizationMethod value for this SignedInfoType. |
void |
setId(org.apache.axis.types.Id id)
Sets the id value for this SignedInfoType. |
void |
setReference(int i,
ReferenceType _value)
|
void |
setReference(ReferenceType[] reference)
Sets the reference value for this SignedInfoType. |
void |
setSignatureMethod(SignatureMethodType signatureMethod)
Sets the signatureMethod value for this SignedInfoType. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignedInfoType()
public SignedInfoType(CanonicalizationMethodType canonicalizationMethod, SignatureMethodType signatureMethod, ReferenceType[] reference, org.apache.axis.types.Id id)
Method Detail |
---|
public CanonicalizationMethodType getCanonicalizationMethod()
public void setCanonicalizationMethod(CanonicalizationMethodType canonicalizationMethod)
canonicalizationMethod
- public SignatureMethodType getSignatureMethod()
public void setSignatureMethod(SignatureMethodType signatureMethod)
signatureMethod
- public ReferenceType[] getReference()
public void setReference(ReferenceType[] reference)
reference
- public ReferenceType getReference(int i)
public void setReference(int i, ReferenceType _value)
public org.apache.axis.types.Id getId()
public void setId(org.apache.axis.types.Id id)
id
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |