Class EeEcaCertRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2dot1.EeEcaCertRequest
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class EeEcaCertRequest
extends org.bouncycastle.asn1.ASN1Object
EeEcaCertRequest ::= SEQUENCE {
version Uint8 (2),
generationTime Time32,
type CertificateType,
tbsCert ToBeSignedCertificate (WITH COMPONENTS {
...,
id (WITH COMPONENTS {
...,
linkageData ABSENT
}),
cracaId ('000000'H),
crlSeries (0),
appPermissions ABSENT,
certIssuePermissions ABSENT,
certRequestPermissions PRESENT,
verifyKeyIndicator (WITH COMPONENTS {
verificationKey
})
}),
canonicalId IA5String OPTIONAL,
...
}
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionEeEcaCertRequest
(UINT8 version, Time32 generationTime, CertificateType type, ToBeSignedCertificate tbsCert, org.bouncycastle.asn1.ASN1IA5String canonicalId) -
Method Summary
Modifier and TypeMethodDescriptionstatic EeEcaCertRequest.Builder
builder()
org.bouncycastle.asn1.ASN1IA5String
static EeEcaCertRequest
getType()
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
EeEcaCertRequest
public EeEcaCertRequest(UINT8 version, Time32 generationTime, CertificateType type, ToBeSignedCertificate tbsCert, org.bouncycastle.asn1.ASN1IA5String canonicalId)
-
-
Method Details
-
builder
-
getInstance
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getVersion
-
getGenerationTime
-
getType
-
getTbsCert
-
getCanonicalId
public org.bouncycastle.asn1.ASN1IA5String getCanonicalId()
-