LibreOffice Module svl (master) 1
Public Member Functions | Public Attributes | List of all members
SignatureReferenceInformation Struct Reference

#include <sigstruct.hxx>

Public Member Functions

 SignatureReferenceInformation ()
 
 SignatureReferenceInformation (SignatureReferenceType type, sal_Int32 digestID, const OUString &uri, const OUString &rType)
 

Public Attributes

SignatureReferenceType nType
 
OUString ouURI
 
sal_Int32 nDigestID
 
OUString ouDigestValue
 
OUString ouType
 Type of the reference: a URI (newer idSignedProperties references) or empty. More...
 

Detailed Description

Definition at line 44 of file sigstruct.hxx.

Constructor & Destructor Documentation

◆ SignatureReferenceInformation() [1/2]

SignatureReferenceInformation::SignatureReferenceInformation ( )
inline

Definition at line 54 of file sigstruct.hxx.

References SHA1.

◆ SignatureReferenceInformation() [2/2]

SignatureReferenceInformation::SignatureReferenceInformation ( SignatureReferenceType  type,
sal_Int32  digestID,
const OUString &  uri,
const OUString &  rType 
)
inline

Definition at line 62 of file sigstruct.hxx.

References nDigestID, nType, ouType, ouURI, and type.

Member Data Documentation

◆ nDigestID

sal_Int32 SignatureReferenceInformation::nDigestID

Definition at line 49 of file sigstruct.hxx.

Referenced by SignatureReferenceInformation().

◆ nType

SignatureReferenceType SignatureReferenceInformation::nType

Definition at line 46 of file sigstruct.hxx.

Referenced by SignatureReferenceInformation().

◆ ouDigestValue

OUString SignatureReferenceInformation::ouDigestValue

Definition at line 50 of file sigstruct.hxx.

◆ ouType

OUString SignatureReferenceInformation::ouType

Type of the reference: a URI (newer idSignedProperties references) or empty.

Definition at line 52 of file sigstruct.hxx.

Referenced by SignatureReferenceInformation().

◆ ouURI

OUString SignatureReferenceInformation::ouURI

Definition at line 47 of file sigstruct.hxx.

Referenced by SignatureReferenceInformation().


The documentation for this struct was generated from the following file: