C# Class iTextSharp.text.pdf.XmlSignatureAppearance

ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
Close ( ) : void
GetCertificate ( ) : X509Certificate
GetDescription ( ) : String
GetMimeType ( ) : String
GetSignDate ( ) : System.DateTime
GetStamper ( ) : PdfStamper
GetWriter ( ) : PdfStamperImp
GetXmlLocator ( ) : IXmlLocator
GetXpathConstructor ( ) : IXpathConstructor
SetCertificate ( X509Certificate signCertificate ) : void
SetDescription ( String description ) : void
SetMimeType ( String mimeType ) : void
SetSignDate ( System.DateTime signDate ) : void
SetStamper ( PdfStamper stamper ) : void
SetXmlLocator ( IXmlLocator xmlLocator ) : void
SetXpathConstructor ( IXpathConstructor xpathConstructor ) : void

Private Methods

Method Description
XmlSignatureAppearance ( PdfStamperImp writer ) : System

Method Details

Close() public method

public Close ( ) : void
return void

GetCertificate() public method

public GetCertificate ( ) : X509Certificate
return Org.BouncyCastle.X509.X509Certificate

GetDescription() public method

public GetDescription ( ) : String
return String

GetMimeType() public method

public GetMimeType ( ) : String
return String

GetSignDate() public method

public GetSignDate ( ) : System.DateTime
return System.DateTime

GetStamper() public method

public GetStamper ( ) : PdfStamper
return PdfStamper

GetWriter() public method

public GetWriter ( ) : PdfStamperImp
return PdfStamperImp

GetXmlLocator() public method

public GetXmlLocator ( ) : IXmlLocator
return IXmlLocator

GetXpathConstructor() public method

public GetXpathConstructor ( ) : IXpathConstructor
return IXpathConstructor

SetCertificate() public method

public SetCertificate ( X509Certificate signCertificate ) : void
signCertificate Org.BouncyCastle.X509.X509Certificate
return void

SetDescription() public method

public SetDescription ( String description ) : void
description String
return void

SetMimeType() public method

public SetMimeType ( String mimeType ) : void
mimeType String
return void

SetSignDate() public method

public SetSignDate ( System.DateTime signDate ) : void
signDate System.DateTime
return void

SetStamper() public method

public SetStamper ( PdfStamper stamper ) : void
stamper PdfStamper
return void

SetXmlLocator() public method

public SetXmlLocator ( IXmlLocator xmlLocator ) : void
xmlLocator IXmlLocator
return void

SetXpathConstructor() public method

public SetXpathConstructor ( IXpathConstructor xpathConstructor ) : void
xpathConstructor IXpathConstructor
return void