Class IsoSecureChannelCredential

  • All Implemented Interfaces:
    SecureChannelCredential, Credential

    public class IsoSecureChannelCredential
    extends java.lang.Object
    implements SecureChannelCredential
    Class to encode a secure channel credential, which combines a secure channel object with a usage qualifier. Secure channel credentials can be added to an IsoCredentialStore, linking them with a a file object on the card and a file access mode.
    Author:
    Andreas Schwier (info@cardcontact.de)
    • Field Detail

      • usageQualifier

        protected int usageQualifier
    • Constructor Detail

      • IsoSecureChannelCredential

        public IsoSecureChannelCredential​(int usageQualifier,
                                          SecureChannel sc)
        Create a secure channel credential object
        Parameters:
        usageQualifier - Usage qualifier for use of secure channel. Must be a bitmap combination of SecureChannel.CPRO, SecureChannel.CENC, SecureChannel.RPRO and SecureChannel.RENC.
        sc - Secure channel object