C# 클래스 Org.BouncyCastle.Security.GeneratorUtilities

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
GetKeyGenerator ( DerObjectIdentifier oid ) : CipherKeyGenerator
GetKeyGenerator ( string algorithm ) : CipherKeyGenerator
GetKeyPairGenerator ( DerObjectIdentifier oid ) : IAsymmetricCipherKeyPairGenerator
GetKeyPairGenerator ( string algorithm ) : IAsymmetricCipherKeyPairGenerator

비공개 메소드들

메소드 설명
AddHMacKeyGenerator ( string algorithm ) : void
AddKgAlgorithm ( string canonicalName ) : void
AddKpgAlgorithm ( string canonicalName ) : void
FindDefaultKeySize ( string canonicalName ) : int
GeneratorUtilities ( ) : System.Collections
GetCanonicalKeyGeneratorAlgorithm ( string algorithm ) : string
GetCanonicalKeyPairGeneratorAlgorithm ( string algorithm ) : string
GetDefaultKeySize ( DerObjectIdentifier oid ) : int
GetDefaultKeySize ( string algorithm ) : int

메소드 상세

GetKeyGenerator() 공개 정적인 메소드

public static GetKeyGenerator ( DerObjectIdentifier oid ) : CipherKeyGenerator
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 Org.BouncyCastle.Crypto.CipherKeyGenerator

GetKeyGenerator() 공개 정적인 메소드

public static GetKeyGenerator ( string algorithm ) : CipherKeyGenerator
algorithm string
리턴 Org.BouncyCastle.Crypto.CipherKeyGenerator

GetKeyPairGenerator() 공개 정적인 메소드

public static GetKeyPairGenerator ( DerObjectIdentifier oid ) : IAsymmetricCipherKeyPairGenerator
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
리턴 IAsymmetricCipherKeyPairGenerator

GetKeyPairGenerator() 공개 정적인 메소드

public static GetKeyPairGenerator ( string algorithm ) : IAsymmetricCipherKeyPairGenerator
algorithm string
리턴 IAsymmetricCipherKeyPairGenerator