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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSharedAtRequest(HashedId8 eaId, org.bouncycastle.asn1.ASN1OctetString keyTag, CertificateFormat certificateFormat, CertificateSubjectAttributes requestedSubjectAttributes) -
Method Summary
Modifier and TypeMethodDescriptionstatic SharedAtRequest.Builderbuilder()getEaId()static SharedAtRequestorg.bouncycastle.asn1.ASN1OctetStringorg.bouncycastle.asn1.ASN1PrimitiveMethods 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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
builder
-