C# 클래스 iTextSharp.text.pdf.security.PrivateKeySignature

상속: IExternalSignature
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
GetEncryptionAlgorithm ( ) : String
GetHashAlgorithm ( ) : String
PrivateKeySignature ( ICipherParameters pk, String hashAlgorithm ) : System
Sign ( byte b ) : byte[]

메소드 상세

GetEncryptionAlgorithm() 공개 메소드

public GetEncryptionAlgorithm ( ) : String
리턴 String

GetHashAlgorithm() 공개 메소드

public GetHashAlgorithm ( ) : String
리턴 String

PrivateKeySignature() 공개 메소드

public PrivateKeySignature ( ICipherParameters pk, String hashAlgorithm ) : System
pk ICipherParameters
hashAlgorithm String
리턴 System

Sign() 공개 메소드

public Sign ( byte b ) : byte[]
b byte
리턴 byte[]