Class SharedAtRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.SharedAtRequest
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SharedAtRequest
extends org.bouncycastle.asn1.ASN1Object
SharedAtRequest ::= SEQUENCE {
eaId HashedId8,
keyTag OCTET STRING (SIZE(16)),
certificateFormat CertificateFormat,
requestedSubjectAttributes CertificateSubjectAttributes (WITH COMPONENTS{..., certIssuePermissions ABSENT}),
...
}
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSharedAtRequest
(HashedId8 eaId, org.bouncycastle.asn1.ASN1OctetString keyTag, CertificateFormat certificateFormat, CertificateSubjectAttributes requestedSubjectAttributes) -
Method Summary
Modifier and TypeMethodDescriptionstatic SharedAtRequest.Builder
builder()
getEaId()
static SharedAtRequest
org.bouncycastle.asn1.ASN1OctetString
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SharedAtRequest
public SharedAtRequest(HashedId8 eaId, org.bouncycastle.asn1.ASN1OctetString keyTag, CertificateFormat certificateFormat, CertificateSubjectAttributes requestedSubjectAttributes)
-
-
Method Details
-
getInstance
-
getEaId
-
getKeyTag
public org.bouncycastle.asn1.ASN1OctetString getKeyTag() -
getCertificateFormat
-
getRequestedSubjectAttributes
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
builder
-