public class CAKeyUpdAnnContent extends ASN1Object
Modifier and Type | Field and Description |
---|---|
private CMPCertificate |
newWithNew |
private CMPCertificate |
newWithOld |
private CMPCertificate |
oldWithNew |
Modifier | Constructor and Description |
---|---|
private |
CAKeyUpdAnnContent(ASN1Sequence seq) |
|
CAKeyUpdAnnContent(CMPCertificate oldWithNew,
CMPCertificate newWithOld,
CMPCertificate newWithNew) |
Modifier and Type | Method and Description |
---|---|
static CAKeyUpdAnnContent |
getInstance(Object o) |
CMPCertificate |
getNewWithNew() |
CMPCertificate |
getNewWithOld() |
CMPCertificate |
getOldWithNew() |
ASN1Primitive |
toASN1Primitive()
CAKeyUpdAnnContent ::= SEQUENCE {
oldWithNew CMPCertificate, -- old pub signed with new priv
newWithOld CMPCertificate, -- new pub signed with old priv
newWithNew CMPCertificate -- new pub signed with new priv
}
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private CMPCertificate oldWithNew
private CMPCertificate newWithOld
private CMPCertificate newWithNew
private CAKeyUpdAnnContent(ASN1Sequence seq)
public CAKeyUpdAnnContent(CMPCertificate oldWithNew, CMPCertificate newWithOld, CMPCertificate newWithNew)
public static CAKeyUpdAnnContent getInstance(Object o)
public CMPCertificate getOldWithNew()
public CMPCertificate getNewWithOld()
public CMPCertificate getNewWithNew()
public ASN1Primitive toASN1Primitive()
CAKeyUpdAnnContent ::= SEQUENCE { oldWithNew CMPCertificate, -- old pub signed with new priv newWithOld CMPCertificate, -- new pub signed with old priv newWithNew CMPCertificate -- new pub signed with new priv }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object