C# 클래스 Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.EncMethod

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

보호된 프로퍼티들

프로퍼티 타입 설명
encAlgorithm SymmetricKeyAlgorithmTag
key Org.BouncyCastle.Crypto.Parameters.KeyParameter
sessionInfo byte[]

공개 메소드들

메소드 설명
AddSessionInfo ( byte si, SecureRandom random ) : void

메소드 상세

AddSessionInfo() 공개 추상적인 메소드

public abstract AddSessionInfo ( byte si, SecureRandom random ) : void
si byte
random Org.BouncyCastle.Security.SecureRandom
리턴 void

프로퍼티 상세

encAlgorithm 보호되어 있는 프로퍼티

protected SymmetricKeyAlgorithmTag encAlgorithm
리턴 SymmetricKeyAlgorithmTag

key 보호되어 있는 프로퍼티

protected KeyParameter,Org.BouncyCastle.Crypto.Parameters key
리턴 Org.BouncyCastle.Crypto.Parameters.KeyParameter

sessionInfo 보호되어 있는 프로퍼티

protected byte[] sessionInfo
리턴 byte[]