public class

CAKeyUpdAnnContent

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cmp.CAKeyUpdAnnContent

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Methods
static CAKeyUpdAnnContent getInstance(Object o)
CMPCertificate getNewWithNew()
CMPCertificate getNewWithOld()
CMPCertificate getOldWithNew()
DERObject toASN1Object()
 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
  }
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Methods

public static CAKeyUpdAnnContent getInstance (Object o)

public CMPCertificate getNewWithNew ()

public CMPCertificate getNewWithOld ()

public CMPCertificate getOldWithNew ()

public DERObject toASN1Object ()

 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
  }
 

Returns
  • a basic ASN.1 object representation.