C# 클래스 Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters

상속: Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 프로퍼티들

프로퍼티 타입 설명
DefaultHashAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
DefaultMaskGenFunction Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
DefaultSaltLength DerInteger
DefaultTrailerField DerInteger

공개 메소드들

메소드 설명
GetInstance ( object obj ) : RsassaPssParameters
RsassaPssParameters ( ) : System
RsassaPssParameters ( AlgorithmIdentifier hashAlgorithm, AlgorithmIdentifier maskGenAlgorithm, DerInteger saltLength, DerInteger trailerField ) : System
RsassaPssParameters ( Asn1Sequence seq ) : System
ToAsn1Object ( ) : Asn1Object

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : RsassaPssParameters
obj object
리턴 RsassaPssParameters

RsassaPssParameters() 공개 메소드

public RsassaPssParameters ( ) : System
리턴 System

RsassaPssParameters() 공개 메소드

public RsassaPssParameters ( AlgorithmIdentifier hashAlgorithm, AlgorithmIdentifier maskGenAlgorithm, DerInteger saltLength, DerInteger trailerField ) : System
hashAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
maskGenAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
saltLength DerInteger
trailerField DerInteger
리턴 System

RsassaPssParameters() 공개 메소드

public RsassaPssParameters ( Asn1Sequence seq ) : System
seq Asn1Sequence
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object

프로퍼티 상세

DefaultHashAlgorithm 공개적으로 정적으로 프로퍼티

public static AlgorithmIdentifier,Org.BouncyCastle.Asn1.X509 DefaultHashAlgorithm
리턴 Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier

DefaultMaskGenFunction 공개적으로 정적으로 프로퍼티

public static AlgorithmIdentifier,Org.BouncyCastle.Asn1.X509 DefaultMaskGenFunction
리턴 Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier

DefaultSaltLength 공개적으로 정적으로 프로퍼티

public static DerInteger DefaultSaltLength
리턴 DerInteger

DefaultTrailerField 공개적으로 정적으로 프로퍼티

public static DerInteger DefaultTrailerField
리턴 DerInteger