class KeyInfoType

Class representing KeyInfoType

XSD Type: KeyInfoType

Methods

string
getId()

Gets as id

setId(string $id)

Sets a new id

getX509Data()

Gets as x509Data

setX509Data(X509DataType $x509Data)

Sets a new x509Data

Details

at line 29
string getId()

Gets as id

Return Value

string

at line 40
KeyInfoType setId(string $id)

Sets a new id

Parameters

string $id

Return Value

KeyInfoType

at line 51
X509DataType getX509Data()

Gets as x509Data

Return Value

X509DataType

at line 62
KeyInfoType setX509Data(X509DataType $x509Data)

Sets a new x509Data

Parameters

X509DataType $x509Data

Return Value

KeyInfoType