Class CompleteCertificateRefs
- Namespace
- Org.BouncyCastle.Asn1.Esf
- Assembly
- BouncyCastle.Cryptography.dll
public class CompleteCertificateRefs : Asn1Encodable, IAsn1Convertible
- Inheritance
-
CompleteCertificateRefs
- Implements
- Inherited Members
Remarks
RFC 3126: 4.2.1 Complete Certificate Refs Attribute Definition
CompleteCertificateRefs ::= SEQUENCE OF OtherCertID
Constructors
CompleteCertificateRefs(params OtherCertID[])
public CompleteCertificateRefs(params OtherCertID[] otherCertIDs)
Parameters
otherCertIDsOtherCertID[]
CompleteCertificateRefs(IEnumerable<OtherCertID>)
public CompleteCertificateRefs(IEnumerable<OtherCertID> otherCertIDs)
Parameters
otherCertIDsIEnumerable<OtherCertID>
CompleteCertificateRefs(IReadOnlyCollection<OtherCertID>)
public CompleteCertificateRefs(IReadOnlyCollection<OtherCertID> otherCertIDs)
Parameters
otherCertIDsIReadOnlyCollection<OtherCertID>
Methods
GetInstance(Asn1TaggedObject, bool)
public static CompleteCertificateRefs GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
GetInstance(object)
public static CompleteCertificateRefs GetInstance(object obj)
Parameters
objobject
Returns
GetOtherCertIDs()
public OtherCertID[] GetOtherCertIDs()
Returns
GetTagged(Asn1TaggedObject, bool)
public static CompleteCertificateRefs GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()