getConsentSignatureAtIndex method

RPConsentSignature getConsentSignatureAtIndex (int index)

Returns an RPConsentSignature from the signatures array at the given index

Implementation

RPConsentSignature getConsentSignatureAtIndex(int index) {
  return _signatures[index];
}