Class RootCaKeyUpdateContent
- Namespace
- Org.BouncyCastle.Asn1.Cmp
- Assembly
- BouncyCastle.Cryptography.dll
public class RootCaKeyUpdateContent : Asn1Encodable, IAsn1Convertible
- Inheritance
-
RootCaKeyUpdateContent
- Implements
-
- Inherited Members
-
Constructors
RootCaKeyUpdateContent(CmpCertificate, CmpCertificate, CmpCertificate)
public RootCaKeyUpdateContent(CmpCertificate newWithNew, CmpCertificate newWithOld, CmpCertificate oldWithNew)
Parameters
newWithNew CmpCertificate
newWithOld CmpCertificate
oldWithNew CmpCertificate
Properties
NewWithNew
public virtual CmpCertificate NewWithNew { get; }
Property Value
- CmpCertificate
NewWithOld
public virtual CmpCertificate NewWithOld { get; }
Property Value
- CmpCertificate
OldWithNew
public virtual CmpCertificate OldWithNew { get; }
Property Value
- CmpCertificate
Methods
GetInstance(Asn1TaggedObject, bool)
public static RootCaKeyUpdateContent GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- RootCaKeyUpdateContent
GetInstance(object)
public static RootCaKeyUpdateContent GetInstance(object obj)
Parameters
obj object
Returns
- RootCaKeyUpdateContent
GetTagged(Asn1TaggedObject, bool)
public static RootCaKeyUpdateContent GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- RootCaKeyUpdateContent
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object