kz.gamma.asn1.cmp
Class CAKeyUpdAnnContent

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.cmp.CAKeyUpdAnnContent
All Implemented Interfaces:
kz.gamma.asn1.DEREncodable

public class CAKeyUpdAnnContent
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  CMPCertificate newWithNew
           
private  CMPCertificate newWithOld
           
private  CMPCertificate oldWithNew
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private CAKeyUpdAnnContent(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
static CAKeyUpdAnnContent getInstance(java.lang.Object o)
           
 CMPCertificate getNewWithNew()
           
 CMPCertificate getNewWithOld()
           
 CMPCertificate getOldWithNew()
           
 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 }
 
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
 

Field Detail

oldWithNew

private CMPCertificate oldWithNew

newWithOld

private CMPCertificate newWithOld

newWithNew

private CMPCertificate newWithNew
Constructor Detail

CAKeyUpdAnnContent

private CAKeyUpdAnnContent(kz.gamma.asn1.ASN1Sequence seq)
Method Detail

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.