Class Pkcs12Entry
- Namespace
- Org.BouncyCastle.Pkcs
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class Pkcs12Entry
- Inheritance
-
Pkcs12Entry
- Derived
-
- Inherited Members
-
Constructors
Pkcs12Entry(IDictionary<DerObjectIdentifier, Asn1Encodable>)
protected Pkcs12Entry(IDictionary<DerObjectIdentifier, Asn1Encodable> attributes)
Parameters
attributes IDictionary<DerObjectIdentifier, Asn1Encodable>
Properties
BagAttributeKeys
public IEnumerable<DerObjectIdentifier> BagAttributeKeys { get; }
Property Value
- IEnumerable<DerObjectIdentifier>
HasFriendlyName
public bool HasFriendlyName { get; }
Property Value
- bool
this[DerObjectIdentifier]
public Asn1Encodable this[DerObjectIdentifier oid] { get; }
Parameters
oid DerObjectIdentifier
Property Value
- Asn1Encodable
Methods
SetFriendlyName(string)
public void SetFriendlyName(string friendlyName)
Parameters
friendlyName string
TryGetAttribute(DerObjectIdentifier, out Asn1Encodable)
public bool TryGetAttribute(DerObjectIdentifier oid, out Asn1Encodable attribute)
Parameters
oid DerObjectIdentifier
attribute Asn1Encodable
Returns
- bool