|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.core.service.CardService
opencard.opt.util.PassThruCardService
de.cardcontact.opencard.service.isocard.TransparentCardService
public class TransparentCardService
Transparent card service with secure messaging support
Constructor Summary | |
---|---|
TransparentCardService()
|
Method Summary | |
---|---|
void |
provideCredentials(SecurityDomain domain,
CredentialBag creds)
Provide collection of credentials for secure messaging transformation |
ResponseAPDU |
sendCommandAPDU(CommandAPDU command,
int usageQualifier)
Send command APDU and receive response APDU, possibly wrapped by secure channel The implementation will try to fetch a secure messaging credential from the bag allocated to the MF (3F00) |
Methods inherited from class opencard.opt.util.PassThruCardService |
---|
sendCommandAPDU |
Methods inherited from class opencard.core.service.CardService |
---|
allocateCardChannel, getCard, getCardChannel, getCHVDialog, initialize, releaseCardChannel, setCardChannel, setCHVDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransparentCardService()
Method Detail |
---|
public void provideCredentials(SecurityDomain domain, CredentialBag creds) throws CardServiceException
provideCredentials
in interface SecureService
domain
- the security domain for which to provide credentialscreds
- the credentials for that domain
CardServiceException
- If the card service could not process the credentials,
if the SecurityDomain is invalid.SecureService.provideCredentials(opencard.opt.security.SecurityDomain, opencard.opt.security.CredentialBag)
public ResponseAPDU sendCommandAPDU(CommandAPDU command, int usageQualifier) throws CardTerminalException
command
- Command APDUusageQualifier
- Secure messaging transformation selector, a combination of SecureChannel.CPRO, .CENC, .RPRO and .RENC.
CardTerminalException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |