public class CAKeyUpdAnnContent extends ASN1Encodable
BER, DER| Modifier and Type | Method and Description |
|---|---|
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
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic static CAKeyUpdAnnContent getInstance(Object o)
public CMPCertificate getOldWithNew()
public CMPCertificate getNewWithOld()
public CMPCertificate getNewWithNew()
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
}
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.