Class EtsiTs102941TrustLists
java.lang.Object
org.bouncycastle.oer.its.template.etsi102941.EtsiTs102941TrustLists
-
Field Summary
Modifier and TypeFieldDescriptionstatic final OERDefinition.Builder
AaEntry ::= SEQUENCE { aaCertificate EtsiTs103097Certificate, accessPoint Url }static final OERDefinition.Builder
static final OERDefinition.Builder
CtlCommand ::= CHOICE { add CtlEntry, delete CtlDelete, ...static final OERDefinition.Builder
CtlDelete ::= CHOICE { cert HashedId8, dc DcDelete, ...static final OERDefinition.Builder
CtlEntry ::= CHOICE { rca RootCaEntry, ea EaEntry, aa AaEntry, dc DcEntry, tlm TlmEntry, ...static final OERDefinition.Builder
CtlFormat ::= SEQUENCE { version Version, nextUpdate Time32, isFullCtl BOOLEAN, ctlSequence INTEGER (0..255), ctlCommands SEQUENCE OF CtlCommand, ...static final OERDefinition.Builder
DcDelete ::= Urlstatic final OERDefinition.Builder
DcEntry ::= SEQUENCE { url Url, cert SEQUENCE OF HashedId8 }static final OERDefinition.Builder
DeltaCtl::= CtlFormat (WITH COMPONENTS {..., isFullCtl(FALSE) })static final OERDefinition.Builder
EaEntry ::= SEQUENCE { eaCertificate EtsiTs103097Certificate, aaAccessPoint Url, itsAccessPoint Url OPTIONAL }static final OERDefinition.Builder
FullCtl::= CtlFormat ( WITH COMPONENTS {..., isFullCtl ( TRUE ), ctlCommands ( WITH COMPONENT( ( WITH COMPONENTS {..., delete ABSENT }) )) })static final OERDefinition.Builder
RootCaEntry ::= SEQUENCE { selfsignedRootCa EtsiTs103097Certificate, successorTo EtsiTs103097Certificate OPTIONAL }static final OERDefinition.Builder
SEQUENCE OF CrlEntry,static final OERDefinition.Builder
SEQUENCE OF CtlCommandstatic final OERDefinition.Builder
TlmEntry::= SEQUENCE { selfSignedTLMCertificate EtsiTs103097Certificate, successorTo EtsiTs103097Certificate OPTIONAL, accessPoint Url }static final OERDefinition.Builder
ToBeSignedCrl ::= SEQUENCE { version Version, thisUpdate Time32, nextUpdate Time32, entries SEQUENCE OF CrlEntry, ...static final OERDefinition.Builder
ToBeSignedRcaCtl ::= CtlFormat (FullCtl | DeltaCtl) ( WITH COMPONENTS {..., ctlCommands ( WITH COMPONENT( ( WITH COMPONENTS {..., add ( WITH COMPONENTS {..., rca ABSENT, tlm ABSENT }) }) )) })static final OERDefinition.Builder
ToBeSignedTlmCtl ::= CtlFormat (FullCtl | DeltaCtl) (WITH COMPONENTS {..., ctlCommands ( WITH COMPONENT( ( WITH COMPONENTS {..., add ( WITH COMPONENTS {..., ea ABSENT, aa ABSENT }) }) )) })static final OERDefinition.Builder
Url::= IA5String -
Constructor Summary
-
Method Summary
-
Field Details
-
CrlEntry
-
SequenceOfCrlEntry
SEQUENCE OF CrlEntry, -
ToBeSignedCrl
ToBeSignedCrl ::= SEQUENCE { version Version, thisUpdate Time32, nextUpdate Time32, entries SEQUENCE OF CrlEntry, ... } -
Url
Url::= IA5String -
DcDelete
DcDelete ::= Url -
DcEntry
DcEntry ::= SEQUENCE { url Url, cert SEQUENCE OF HashedId8 } -
AaEntry
AaEntry ::= SEQUENCE { aaCertificate EtsiTs103097Certificate, accessPoint Url } -
EaEntry
EaEntry ::= SEQUENCE { eaCertificate EtsiTs103097Certificate, aaAccessPoint Url, itsAccessPoint Url OPTIONAL } -
RootCaEntry
RootCaEntry ::= SEQUENCE { selfsignedRootCa EtsiTs103097Certificate, successorTo EtsiTs103097Certificate OPTIONAL } -
TlmEntry
TlmEntry::= SEQUENCE { selfSignedTLMCertificate EtsiTs103097Certificate, successorTo EtsiTs103097Certificate OPTIONAL, accessPoint Url } -
CtlDelete
CtlDelete ::= CHOICE { cert HashedId8, dc DcDelete, ... } -
CtlEntry
CtlEntry ::= CHOICE { rca RootCaEntry, ea EaEntry, aa AaEntry, dc DcEntry, tlm TlmEntry, ... } -
CtlCommand
CtlCommand ::= CHOICE { add CtlEntry, delete CtlDelete, ... } -
SequenceOfCtlCommand
SEQUENCE OF CtlCommand -
CtlFormat
CtlFormat ::= SEQUENCE { version Version, nextUpdate Time32, isFullCtl BOOLEAN, ctlSequence INTEGER (0..255), ctlCommands SEQUENCE OF CtlCommand, ... } -
DeltaCtl
DeltaCtl::= CtlFormat (WITH COMPONENTS {..., isFullCtl(FALSE) }) -
FullCtl
FullCtl::= CtlFormat ( WITH COMPONENTS {..., isFullCtl ( TRUE ), ctlCommands ( WITH COMPONENT( ( WITH COMPONENTS {..., delete ABSENT }) )) }) -
ToBeSignedTlmCtl
ToBeSignedTlmCtl ::= CtlFormat (FullCtl | DeltaCtl) (WITH COMPONENTS {..., ctlCommands ( WITH COMPONENT( ( WITH COMPONENTS {..., add ( WITH COMPONENTS {..., ea ABSENT, aa ABSENT }) }) )) }) -
ToBeSignedRcaCtl
ToBeSignedRcaCtl ::= CtlFormat (FullCtl | DeltaCtl) ( WITH COMPONENTS {..., ctlCommands ( WITH COMPONENT( ( WITH COMPONENTS {..., add ( WITH COMPONENTS {..., rca ABSENT, tlm ABSENT }) }) )) })
-
-
Constructor Details
-
EtsiTs102941TrustLists
public EtsiTs102941TrustLists()
-