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()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object