org.ejbca.core.model.hardtoken.profiles |
|
Java Source File Name | Type | Comment |
EIDProfile.java | Class | EIDProfile is a basic class that should be inherited by all types
of eidprofiles in the system. |
EnhancedEIDProfile.java | Class | |
HardTokenProfile.java | Class | HardTokenProfile is a basic class that should be inherited by all types
of hardtokenprofiles in the system.
It used to customize the information generated on hard tokens when they are
processed. |
HardTokenProfileProxy.java | Class | A class used by PrimeCard clients to improve performance by caching hard token
profiles locally, and only updating from database when the hard token profiles
have been edited. |
HardTokenProfileWithAdressLabel.java | Class | HardTokenProfileWithAdressLabel is a basic class that should be inherited by all types
of hardtokenprofiles that should have adress label functionality. |
HardTokenProfileWithPINEnvelope.java | Class | HardTokenProfileWithPINEnvelope is a basic class that should be inherited by all types
of hardtokenprofiles that should have PIN envelope functionality. |
HardTokenProfileWithReceipt.java | Class | HardTokenProfileWithReceipt is a basic class that should be inherited by all types
of hardtokenprofiles that should have receipt functionality. |
HardTokenProfileWithVisualLayout.java | Class | HardTokenProfileWithVisualLayout is a basic class that should be inherited by all types
of hardtokenprofiles in the system that need PIN envelope and visual layout printing funtionality.
It used to customize the information generated on hard tokens when they are
processed. |
IAdressLabelSettings.java | Interface | Interface contating methods that need to be implementet in order
to have a hard token profile contain adress label, either sent to
a label printer or printed directly on an envelope. |
IPINEnvelopeSettings.java | Interface | Interface contating methods that need to be implementet in order
to have a hard token profile contain PIN Envelope settings. |
IReceiptSettings.java | Interface | Interface contating methods that need to be implementet in order
to have a hard token profile contain a reciept that may contain policy and
the users hand signature. |
IVisualLayoutSettings.java | Interface | Interface contating methods that need to be implementet in order
to have a hard token profile contain Visual Layout, either as a label
or used with cardprinter. |
SVGImageManipulator.java | Class | This is a help class used to manipulate SVG images. |
SwedishEIDProfile.java | Class | Hard token profile with a goal to fulfill Swedish EID standard. |
TurkishEIDProfile.java | Class | Hard token profile with a goal to fulfill Swedish EID standard. |