C# Class Org.BouncyCastle.Security.CipherUtilities

Cipher Utility class contains methods that can not be specifically grouped into other classes.
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
GetAlgorithmName ( DerObjectIdentifier oid ) : string
GetCipher ( DerObjectIdentifier oid ) : IBufferedCipher
GetCipher ( string algorithm ) : IBufferedCipher
GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier

Returns a ObjectIdentifier for a give encoding.

Private Methods

Méthode Description
CipherUtilities ( ) : System
GetDigitIndex ( string s ) : int

Method Details

GetAlgorithmName() public static méthode

public static GetAlgorithmName ( DerObjectIdentifier oid ) : string
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Résultat string

GetCipher() public static méthode

public static GetCipher ( DerObjectIdentifier oid ) : IBufferedCipher
oid Org.BouncyCastle.Asn1.DerObjectIdentifier
Résultat IBufferedCipher

GetCipher() public static méthode

public static GetCipher ( string algorithm ) : IBufferedCipher
algorithm string
Résultat IBufferedCipher

GetObjectIdentifier() public static méthode

Returns a ObjectIdentifier for a give encoding.
public static GetObjectIdentifier ( string mechanism ) : DerObjectIdentifier
mechanism string A string representation of the encoding.
Résultat Org.BouncyCastle.Asn1.DerObjectIdentifier