class SignedInfoType

Class representing SignedInfoType

XSD Type: SignedInfoType

Methods

string
getId()

Gets as id

setId(string $id)

Sets a new id

getCanonicalizationMethod()

Gets as canonicalizationMethod

setCanonicalizationMethod(CanonicalizationMethodAType $canonicalizationMethod)

Sets a new canonicalizationMethod

getSignatureMethod()

Gets as signatureMethod

setSignatureMethod(SignatureMethodAType $signatureMethod)

Sets a new signatureMethod

getReference()

Gets as reference

setReference(ReferenceType $reference)

Sets a new reference

Details

at line 43
string getId()

Gets as id

Return Value

string

at line 54
SignedInfoType setId(string $id)

Sets a new id

Parameters

string $id

Return Value

SignedInfoType

at line 66
CanonicalizationMethodAType getCanonicalizationMethod()

Gets as canonicalizationMethod

at line 79
SignedInfoType setCanonicalizationMethod(CanonicalizationMethodAType $canonicalizationMethod)

Sets a new canonicalizationMethod

Parameters

CanonicalizationMethodAType $canonicalizationMethod

Return Value

SignedInfoType

at line 91
SignatureMethodAType getSignatureMethod()

Gets as signatureMethod

Return Value

SignatureMethodAType

at line 103
SignedInfoType setSignatureMethod(SignatureMethodAType $signatureMethod)

Sets a new signatureMethod

Parameters

SignatureMethodAType $signatureMethod

Return Value

SignedInfoType

at line 114
ReferenceType getReference()

Gets as reference

Return Value

ReferenceType

at line 125
SignedInfoType setReference(ReferenceType $reference)

Sets a new reference

Parameters

ReferenceType $reference

Return Value

SignedInfoType