kz.gamma.asn1.cmp
Class CAKeyUpdAnnContent
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.cmp.CAKeyUpdAnnContent
- All Implemented Interfaces:
- kz.gamma.asn1.DEREncodable
public class CAKeyUpdAnnContent
- extends kz.gamma.asn1.ASN1Encodable
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
| Methods inherited from class kz.gamma.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
oldWithNew
private CMPCertificate oldWithNew
newWithOld
private CMPCertificate newWithOld
newWithNew
private CMPCertificate newWithNew
CAKeyUpdAnnContent
private CAKeyUpdAnnContent(kz.gamma.asn1.ASN1Sequence seq)
getInstance
public static CAKeyUpdAnnContent getInstance(java.lang.Object o)
getOldWithNew
public CMPCertificate getOldWithNew()
getNewWithOld
public CMPCertificate getNewWithOld()
getNewWithNew
public CMPCertificate getNewWithNew()
toASN1Object
public kz.gamma.asn1.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
}
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
- Returns:
- a basic ASN.1 object representation.
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.