C# Class Org.BouncyCastle.Asn1.Crmf.PKMacValue

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : PKMacValue
GetInstance ( object obj ) : PKMacValue
PKMacValue ( AlgorithmIdentifier algID, DerBitString macValue ) : System
PKMacValue ( PbmParameter pbmParams, DerBitString macValue ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
PKMacValue ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : PKMacValue
obj Asn1TaggedObject
isExplicit bool
Résultat PKMacValue

GetInstance() public static méthode

public static GetInstance ( object obj ) : PKMacValue
obj object
Résultat PKMacValue

PKMacValue() public méthode

public PKMacValue ( AlgorithmIdentifier algID, DerBitString macValue ) : System
algID Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
macValue DerBitString
Résultat System

PKMacValue() public méthode

public PKMacValue ( PbmParameter pbmParams, DerBitString macValue ) : System
pbmParams Org.BouncyCastle.Asn1.Cmp.PbmParameter
macValue DerBitString
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object