Class InnerEcRequest
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.etsi102941.InnerEcRequest
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class InnerEcRequest extends org.bouncycastle.asn1.ASN1Object
InnerEcRequest ::= SEQUENCE { itsId OCTET STRING, certificateFormat CertificateFormat, publicKeys PublicKeys, requestedSubjectAttributes CertificateSubjectAttributes (WITH COMPONENTS{..., certIssuePermissions ABSENT}), ... }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InnerEcRequest.Builder
-
Constructor Summary
Constructors Constructor Description InnerEcRequest(org.bouncycastle.asn1.ASN1OctetString itsId, CertificateFormat certificateFormat, PublicKeys publicKeys, CertificateSubjectAttributes requestedSubjectAttributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
InnerEcRequest
public InnerEcRequest(org.bouncycastle.asn1.ASN1OctetString itsId, CertificateFormat certificateFormat, PublicKeys publicKeys, CertificateSubjectAttributes requestedSubjectAttributes)
-
-
Method Detail
-
getInstance
public static InnerEcRequest getInstance(java.lang.Object o)
-
getItsId
public org.bouncycastle.asn1.ASN1OctetString getItsId()
-
getCertificateFormat
public CertificateFormat getCertificateFormat()
-
getPublicKeys
public PublicKeys getPublicKeys()
-
getRequestedSubjectAttributes
public CertificateSubjectAttributes 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
public static InnerEcRequest.Builder builder()
-
-