Class Ieee1609Dot2Dot1EcaEeInterface
- java.lang.Object
-
- org.bouncycastle.oer.its.template.ieee1609dot2dot1.Ieee1609Dot2Dot1EcaEeInterface
-
public class Ieee1609Dot2Dot1EcaEeInterface extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static OERDefinition.Builder
EeEcaCertRequest
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, ... }
-
Constructor Summary
Constructors Constructor Description Ieee1609Dot2Dot1EcaEeInterface()
-
-
-
Field Detail
-
EeEcaCertRequest
public static final OERDefinition.Builder EeEcaCertRequest
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, ... }
-
-