C# 클래스 BraintreeEncryption.Library.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure

상속: Asn1Encodable
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
RsaPrivateKeyStructure ( Asn1Sequence seq ) : System
RsaPrivateKeyStructure ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient ) : System
ToAsn1Object ( ) : Asn1Object

메소드 상세

RsaPrivateKeyStructure() 공개 메소드

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

RsaPrivateKeyStructure() 공개 메소드

public RsaPrivateKeyStructure ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient ) : System
modulus BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
publicExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
privateExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
prime1 BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
prime2 BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
exponent1 BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
exponent2 BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
coefficient BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object