public class InnerEcRequest
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InnerEcRequest.Builder |
| Constructor and Description |
|---|
InnerEcRequest(org.bouncycastle.asn1.ASN1OctetString itsId,
CertificateFormat certificateFormat,
PublicKeys publicKeys,
CertificateSubjectAttributes requestedSubjectAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static InnerEcRequest.Builder |
builder() |
CertificateFormat |
getCertificateFormat() |
static InnerEcRequest |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1OctetString |
getItsId() |
PublicKeys |
getPublicKeys() |
CertificateSubjectAttributes |
getRequestedSubjectAttributes() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public InnerEcRequest(org.bouncycastle.asn1.ASN1OctetString itsId,
CertificateFormat certificateFormat,
PublicKeys publicKeys,
CertificateSubjectAttributes requestedSubjectAttributes)
public static InnerEcRequest getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1OctetString getItsId()
public CertificateFormat getCertificateFormat()
public PublicKeys getPublicKeys()
public CertificateSubjectAttributes getRequestedSubjectAttributes()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic static InnerEcRequest.Builder builder()