public class CAKeyUpdAnnContent extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private CMPCertificate |
newWithNew |
private CMPCertificate |
newWithOld |
private CMPCertificate |
oldWithNew |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
CAKeyUpdAnnContent(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
static CAKeyUpdAnnContent |
getInstance(java.lang.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, hashCodeprivate CMPCertificate oldWithNew
private CMPCertificate newWithOld
private CMPCertificate newWithNew
private CAKeyUpdAnnContent(ASN1Sequence seq)
public static CAKeyUpdAnnContent getInstance(java.lang.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 © 1998-2014 Gamma Technologies. All Rights Reserved.