public class CAKeyUpdAnnContent extends ASN1Object
| Constructor and Description | 
|---|
CAKeyUpdAnnContent(CMPCertificate oldWithNew,
                  CMPCertificate newWithOld,
                  CMPCertificate newWithNew)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CAKeyUpdAnnContent | 
getInstance(java.lang.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, toASN1Objectpublic CAKeyUpdAnnContent(CMPCertificate oldWithNew, CMPCertificate newWithOld, CMPCertificate newWithNew)
public static CAKeyUpdAnnContent getInstance(java.lang.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 ASN1EncodabletoASN1Primitive in class ASN1Object