Class EtsiTs102941TypesEnrolment
- java.lang.Object
-
- org.bouncycastle.oer.its.template.etsi102941.EtsiTs102941TypesEnrolment
-
public class EtsiTs102941TypesEnrolment extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static OERDefinition.Builder
EnrolmentResponseCode
EnrolmentResponseCode ::= ENUMERATED { ok(0), cantparse, -- valid for any structure badcontenttype, -- not encrypted, not signed, not enrolmentrequest imnottherecipient, -- the "recipients" doesn't include me unknownencryptionalgorithm, -- either kexalg or contentencryptionalgorithm decryptionfailed, -- works for ECIES-HMAC and AES-CCM unknownits, -- can't retrieve the ITS from the itsId invalidsignature, -- signature verification of the request fails invalidencryptionkey, -- signature is good, but the responseEncryptionKey is bad baditsstatus, -- revoked, not yet active incompleterequest, -- some elements are missing deniedpermissions, -- requested permissions are not granted invalidkeys, -- either the verification_key of the encryption_key is bad deniedrequest, -- any other reason?static OERDefinition.Builder
InnerEcRequest
InnerEcRequest ::= SEQUENCE { itsId OCTET STRING, certificateFormat CertificateFormat, publicKeys PublicKeys, requestedSubjectAttributes CertificateSubjectAttributes (WITH COMPONENTS{..., certIssuePermissions ABSENT}), ... }static OERDefinition.Builder
InnerEcRequestSignedForPop
InnerEcRequestSignedForPop::= EtsiTs103097Data-Signed{InnerEcRequest}static OERDefinition.Builder
InnerEcResponse
InnerEcResponse ::= SEQUENCE { requestHash OCTET STRING (SIZE(16)), responseCode EnrolmentResponseCode, certificate EtsiTs103097Certificate OPTIONAL, ... } (WITH COMPONENTS { responseCode (ok), certificate PRESENT } | WITH COMPONENTS { responseCode (ALL EXCEPT ok), certificate ABSENT } )
-
Constructor Summary
Constructors Constructor Description EtsiTs102941TypesEnrolment()
-
-
-
Field Detail
-
EnrolmentResponseCode
public static final OERDefinition.Builder EnrolmentResponseCode
EnrolmentResponseCode ::= ENUMERATED { ok(0), cantparse, -- valid for any structure badcontenttype, -- not encrypted, not signed, not enrolmentrequest imnottherecipient, -- the "recipients" doesn't include me unknownencryptionalgorithm, -- either kexalg or contentencryptionalgorithm decryptionfailed, -- works for ECIES-HMAC and AES-CCM unknownits, -- can't retrieve the ITS from the itsId invalidsignature, -- signature verification of the request fails invalidencryptionkey, -- signature is good, but the responseEncryptionKey is bad baditsstatus, -- revoked, not yet active incompleterequest, -- some elements are missing deniedpermissions, -- requested permissions are not granted invalidkeys, -- either the verification_key of the encryption_key is bad deniedrequest, -- any other reason? ... }
-
InnerEcResponse
public static final OERDefinition.Builder InnerEcResponse
InnerEcResponse ::= SEQUENCE { requestHash OCTET STRING (SIZE(16)), responseCode EnrolmentResponseCode, certificate EtsiTs103097Certificate OPTIONAL, ... } (WITH COMPONENTS { responseCode (ok), certificate PRESENT } | WITH COMPONENTS { responseCode (ALL EXCEPT ok), certificate ABSENT } )
-
InnerEcRequest
public static final OERDefinition.Builder InnerEcRequest
InnerEcRequest ::= SEQUENCE { itsId OCTET STRING, certificateFormat CertificateFormat, publicKeys PublicKeys, requestedSubjectAttributes CertificateSubjectAttributes (WITH COMPONENTS{..., certIssuePermissions ABSENT}), ... }
-
InnerEcRequestSignedForPop
public static final OERDefinition.Builder InnerEcRequestSignedForPop
InnerEcRequestSignedForPop::= EtsiTs103097Data-Signed{InnerEcRequest}
-
-