public class RootCaKeyUpdateContent
extends org.bouncycastle.asn1.ASN1Object
RootCaCertValue ::= CMPCertificate
RootCaKeyUpdateValue ::= RootCaKeyUpdateContent
RootCaKeyUpdateContent ::= SEQUENCE { newWithNew CMPCertificate, newWithOld [0] CMPCertificate OPTIONAL, oldWithNew [1] CMPCertificate OPTIONAL }
| Constructor and Description |
|---|
RootCaKeyUpdateContent(CMPCertificate newWithMew,
CMPCertificate newWithOld,
CMPCertificate oldWithNew) |
| Modifier and Type | Method and Description |
|---|---|
static RootCaKeyUpdateContent |
getInstance(java.lang.Object o) |
CMPCertificate |
getNewWithNew() |
CMPCertificate |
getNewWithOld() |
CMPCertificate |
getOldWithNew() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public RootCaKeyUpdateContent(CMPCertificate newWithMew, CMPCertificate newWithOld, CMPCertificate oldWithNew)
public static RootCaKeyUpdateContent getInstance(java.lang.Object o)
public CMPCertificate getNewWithNew()
public CMPCertificate getNewWithOld()
public CMPCertificate getOldWithNew()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object