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

Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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

Method Description
PKMacValue ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : PKMacValue
obj Asn1TaggedObject
isExplicit bool
return PKMacValue

GetInstance() public static method

public static GetInstance ( object obj ) : PKMacValue
obj object
return PKMacValue

PKMacValue() public method

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

PKMacValue() public method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object