Class PkiPublicationInfo
- Namespace
- Org.BouncyCastle.Asn1.Crmf
- Assembly
- BouncyCastle.Cryptography.dll
public class PkiPublicationInfo : Asn1Encodable, IAsn1Convertible
- Inheritance
-
PkiPublicationInfo
- Implements
-
- Inherited Members
-
Constructors
PkiPublicationInfo(SinglePubInfo)
public PkiPublicationInfo(SinglePubInfo pubInfo)
Parameters
pubInfo SinglePubInfo
PkiPublicationInfo(SinglePubInfo[])
public PkiPublicationInfo(SinglePubInfo[] pubInfos)
Parameters
pubInfos SinglePubInfo[]
PkiPublicationInfo(DerInteger)
public PkiPublicationInfo(DerInteger action)
Parameters
action DerInteger
PkiPublicationInfo(BigInteger)
public PkiPublicationInfo(BigInteger action)
Parameters
action BigInteger
Fields
DontPublish
public static readonly DerInteger DontPublish
Field Value
- DerInteger
PleasePublish
public static readonly DerInteger PleasePublish
Field Value
- DerInteger
Properties
Action
public virtual DerInteger Action { get; }
Property Value
- DerInteger
Methods
GetInstance(Asn1TaggedObject, bool)
public static PkiPublicationInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- PkiPublicationInfo
GetInstance(object)
public static PkiPublicationInfo GetInstance(object obj)
Parameters
obj object
Returns
- PkiPublicationInfo
GetPubInfos()
public virtual SinglePubInfo[] GetPubInfos()
Returns
- SinglePubInfo[]
GetTagged(Asn1TaggedObject, bool)
public static PkiPublicationInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- PkiPublicationInfo
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object