C# Class Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( object obj ) : OtherKeyAttribute
OtherKeyAttribute ( Asn1Sequence seq ) : System
OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
ToAsn1Object ( ) : Asn1Object

Method Details

GetInstance() public static méthode

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

OtherKeyAttribute() public méthode

public OtherKeyAttribute ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
Résultat System

OtherKeyAttribute() public méthode

public OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
keyAttrId Org.BouncyCastle.Asn1.DerObjectIdentifier
keyAttr Org.BouncyCastle.Asn1.Asn1Encodable
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Org.BouncyCastle.Asn1.Asn1Object