org.bouncycastle.asn1.cmp

Class CAKeyUpdAnnContent

Implemented Interfaces:
DEREncodable

public class CAKeyUpdAnnContent
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

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
  }
 

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Method Details

getInstance

public static CAKeyUpdAnnContent getInstance(Object o)

getNewWithNew

public CMPCertificate getNewWithNew()

getNewWithOld

public CMPCertificate getNewWithOld()

getOldWithNew

public CMPCertificate getOldWithNew()

toASN1Object

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
  }
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a basic ASN.1 object representation.