public class RootCaKeyUpdateContent
extends 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() |
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 ASN1Primitive toASN1Primitive()