public class SharedAtRequest
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedAtRequest.Builder |
| Constructor and Description |
|---|
SharedAtRequest(HashedId8 eaId,
org.bouncycastle.asn1.ASN1OctetString keyTag,
CertificateFormat certificateFormat,
CertificateSubjectAttributes requestedSubjectAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static SharedAtRequest.Builder |
builder() |
CertificateFormat |
getCertificateFormat() |
HashedId8 |
getEaId() |
static SharedAtRequest |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1OctetString |
getKeyTag() |
CertificateSubjectAttributes |
getRequestedSubjectAttributes() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SharedAtRequest(HashedId8 eaId, org.bouncycastle.asn1.ASN1OctetString keyTag, CertificateFormat certificateFormat, CertificateSubjectAttributes requestedSubjectAttributes)
public static SharedAtRequest getInstance(java.lang.Object o)
public HashedId8 getEaId()
public org.bouncycastle.asn1.ASN1OctetString getKeyTag()
public CertificateFormat getCertificateFormat()
public CertificateSubjectAttributes getRequestedSubjectAttributes()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic static SharedAtRequest.Builder builder()