public class CAKeyUpdAnnContent
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
CAKeyUpdAnnContent ::= SEQUENCE { oldWithNew Certificate, -- old pub signed with new priv (Certificate) newWithOld Certificate, -- new pub signed with old priv (Certificate) newWithNew Certificate -- new pub signed with new priv (Certificate) }
Constructor and Description |
---|
CAKeyUpdAnnContent(org.bouncycastle.asn1.ASN1Sequence seq) |
CAKeyUpdAnnContent(org.bouncycastle.asn1.x509.Certificate oldWithNew,
org.bouncycastle.asn1.x509.Certificate newWithOld,
org.bouncycastle.asn1.x509.Certificate newWithNew) |
Modifier and Type | Method and Description |
---|---|
static CAKeyUpdAnnContent |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static CAKeyUpdAnnContent |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.x509.Certificate |
getNewWithNew() |
org.bouncycastle.asn1.x509.Certificate |
getNewWithOld() |
org.bouncycastle.asn1.x509.Certificate |
getOldWithNew() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public CAKeyUpdAnnContent(org.bouncycastle.asn1.ASN1Sequence seq)
public CAKeyUpdAnnContent(org.bouncycastle.asn1.x509.Certificate oldWithNew, org.bouncycastle.asn1.x509.Certificate newWithOld, org.bouncycastle.asn1.x509.Certificate newWithNew)
public static CAKeyUpdAnnContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static CAKeyUpdAnnContent getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.x509.Certificate getOldWithNew()
public org.bouncycastle.asn1.x509.Certificate getNewWithOld()
public org.bouncycastle.asn1.x509.Certificate getNewWithNew()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.