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 newWithNew,
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()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic RootCaKeyUpdateContent(CMPCertificate newWithNew, CMPCertificate newWithOld, CMPCertificate oldWithNew)
public static RootCaKeyUpdateContent getInstance(java.lang.Object o)
public CMPCertificate getNewWithNew()
public CMPCertificate getNewWithOld()
public CMPCertificate getOldWithNew()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object