C# 클래스 Springburg.Cryptography.OpenPgp.Packet.SecretKeyPacket

상속: Springburg.Cryptography.OpenPgp.Packet.KeyPacket
파일 보기 프로젝트 열기: 1hub/springburg 1 사용 예제들

공개 메소드들

메소드 설명
SecretKeyPacket ( PgpPublicKeyAlgorithm algorithm, DateTime creationTime, Array keyBytes ) : System
SecretKeyPacket ( Stream bcpgIn ) : System

메소드 상세

SecretKeyPacket() 공개 메소드

public SecretKeyPacket ( PgpPublicKeyAlgorithm algorithm, DateTime creationTime, Array keyBytes ) : System
algorithm PgpPublicKeyAlgorithm
creationTime DateTime
keyBytes Array
리턴 System

SecretKeyPacket() 공개 메소드

public SecretKeyPacket ( Stream bcpgIn ) : System
bcpgIn Stream
리턴 System