| Interface | Description |
|---|---|
| AccessRights |
Represents Access Rights regarding ePassport data groups DG3, DG4.
|
| AuthorizationRole | |
| CVCObjectIdentifiers |
Object identifiers for the CVC library
|
| Signable |
Interface for signable classes, forcing them to implement
a method for getting the data to be signed
|
| Class | Description |
|---|---|
| AbstractDataField |
Represents a data field (difference from sequence is no sub fields).
|
| AbstractSequence |
Represents a CVC sequence, i e contains one or more subfields
|
| AccessRightAuthTerm |
Represents Access Rights for Inspection Systems.
|
| AccessRightsRawValue |
Internal object representing an access rights value of an unknown type.
|
| AlgorithmUtil |
Utility for mapping a String of type "SHA1WITHRSA" to our own type OIDFIeld.
|
| AuthorizationField |
Represents field 'Roles and access rights' i CVC.
|
| AuthorizationRoleRawValue |
Internal object representing a role value of an unknown type.
|
| ByteField |
Generic field representing binary data (or Octet String)
|
| CardVerifiableCertificate |
Wrapper of CVCertificate that extends java.security.cert.Certificate
|
| CAReferenceField |
Represents the CVC field 'Certificate Authority Reference'
|
| CertificateGenerator |
Generates CV-certificates and CVC-requests
|
| CertificateParser |
Class responsible for decoding a DER-encoded CVC object, like a
CVCertificate or any other instance of CVCObject.
|
| CVCAuthenticatedRequest |
Represents a CVC-request having an outer signature
|
| CVCAuthorizationTemplate |
Represents the field 'Certificate Holder Authorization Template'
|
| CVCertificate |
Represents a Card Verifiable Certificate according to the specification for EAC 1.11.
|
| CVCertificateBody |
Represents a CertificateBody
|
| CVCObject |
Base class for all objects in a CV-certificate
|
| CVCProvider |
This is our own Security Provider for CVC.
|
| CVCPublicKey |
Represents the sequence Public Key
|
| DateField |
Represents a CVC field of type Date
|
| FieldFactory |
Factory for creating instances of AbstractDataField from a tag.
|
| GenericPublicKeyField |
Generic public key class that is only used while parsing DER-encoded data.
|
| HolderReferenceField |
Represents the field Certificate Holder Reference.
|
| IntegerField |
Represents a generic field of type Integer
|
| JDKCVCertificateFactory |
Class for dealing with CVC certificates.
|
| KeyFactory |
Tiny factory for creating instances of (subclasses to) CVCPublicKey
|
| OIDField |
Represents Object Identifier
|
| PublicKeyEC |
Implements handling of a public key of Elliptic Curve type.
|
| PublicKeyRSA |
Implements handling of a public key of RSA type.
|
| ReferenceField |
Base class for Certificate Authority/Holder Reference.
|
| SequenceFactory |
Factory for creating sequences, that is certificate objects containing
subfields
|
| Enum | Description |
|---|---|
| AccessRightEnum |
Represents Access Rights for Authentication Terminals.
|
| AccessRightSignTermEnum |
Represents Access Rights for Inspection Systems.
|
| AuthorizationRoleAuthTermEnum |
Definitions of roles for Authentication Terminals in CVC.
|
| AuthorizationRoleEnum |
Definitions of roles in CVC.
|
| AuthorizationRoleSignTermEnum |
Definitions of roles for Signature Terminals in CVC.
|
| CVCTagEnum |
Definitions of the applications specific tags in CV-certificates.
|
Copyright © 2017. All rights reserved.