Uses of Interface
se.sj.stina.domain.model.SjEncryptedDataInfo

Packages that use SjEncryptedDataInfo
se.sj.stina.domain.model   
se.sj.stina.domain.model.impl.plain   
se.sj.stina.domain.model.impl.standard   
se.sj.stina.domain.provider   
 

Uses of SjEncryptedDataInfo in se.sj.stina.domain.model
 

Methods in se.sj.stina.domain.model that return SjEncryptedDataInfo
 SjEncryptedDataInfo SjStinaModelFactoryInterface.createEncryptedDataInfo()
           
 SjEncryptedDataInfo SjTravellerSpecification.getEncryptedCardNumber()
          Field encryptedCardNumber is defined as optional.
 SjEncryptedDataInfo SjSendCreditCardInfoExternalSysSpecification.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjExternalPaymentInformation.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCreditCardInfo.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCheckPurchaseLimitQuery.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardTransaction.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataBookingInformation.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardData.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardData.getEncryptedCardValidationInfo()
          Field encryptedCardValidationInfo is defined as optional.
 SjEncryptedDataInfo SjPaymentCardNumberQuery.getEncryptedKeyInfo()
          Field encryptedKeyInfo is defined as optional.
 SjEncryptedDataInfo SjTravellerSpecification.lookupEncryptedCardNumber()
          Field encryptedCardNumber is defined as optional.
 SjEncryptedDataInfo SjSendCreditCardInfoExternalSysSpecification.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjExternalPaymentInformation.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCreditCardInfo.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCheckPurchaseLimitQuery.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardTransaction.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataBookingInformation.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardData.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardData.lookupEncryptedCardValidationInfo()
          Field encryptedCardValidationInfo is defined as optional.
 SjEncryptedDataInfo SjPaymentCardNumberQuery.lookupEncryptedKeyInfo()
          Field encryptedKeyInfo is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjEncryptedDataInfo
 void SjTravellerSpecification.setEncryptedCardNumber(SjEncryptedDataInfo inData)
          Field encryptedCardNumber is defined as optional.
 void SjSendCreditCardInfoExternalSysSpecification.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjExternalPaymentInformation.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCreditCardInfo.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCheckPurchaseLimitQuery.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardTransaction.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataBookingInformation.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardData.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardData.setEncryptedCardValidationInfo(SjEncryptedDataInfo inData)
          Field encryptedCardValidationInfo is defined as optional.
 void SjPaymentCardNumberQuery.setEncryptedKeyInfo(SjEncryptedDataInfo inData)
          Field encryptedKeyInfo is defined as optional.
 

Uses of SjEncryptedDataInfo in se.sj.stina.domain.model.impl.plain
 

Classes in se.sj.stina.domain.model.impl.plain that implement SjEncryptedDataInfo
 class SjEncryptedDataInfoPlain
          Innehåller informationen som behövs till dekryptering
 

Methods in se.sj.stina.domain.model.impl.plain that return SjEncryptedDataInfo
 SjEncryptedDataInfo SjStinaModelFactory.createEncryptedDataInfo()
           
 SjEncryptedDataInfo SjTravellerSpecificationPlain.getEncryptedCardNumber()
          Field encryptedCardNumber is defined as optional.
 SjEncryptedDataInfo SjSendCreditCardInfoExternalSysSpecificationPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjExternalPaymentInformationPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCreditCardInfoPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCheckPurchaseLimitQueryPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardTransactionPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataBookingInformationPlain.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataPlain.getEncryptedCardValidationInfo()
          Field encryptedCardValidationInfo is defined as optional.
 SjEncryptedDataInfo SjPaymentCardNumberQueryPlain.getEncryptedKeyInfo()
          Field encryptedKeyInfo is defined as optional.
 SjEncryptedDataInfo SjTravellerSpecificationPlain.lookupEncryptedCardNumber()
          Field encryptedCardNumber is defined as optional.
 SjEncryptedDataInfo SjSendCreditCardInfoExternalSysSpecificationPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjExternalPaymentInformationPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCreditCardInfoPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCheckPurchaseLimitQueryPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardTransactionPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataBookingInformationPlain.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataPlain.lookupEncryptedCardValidationInfo()
          Field encryptedCardValidationInfo is defined as optional.
 SjEncryptedDataInfo SjPaymentCardNumberQueryPlain.lookupEncryptedKeyInfo()
          Field encryptedKeyInfo is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjEncryptedDataInfo
 void SjTravellerSpecificationPlain.setEncryptedCardNumber(SjEncryptedDataInfo inData)
          Field encryptedCardNumber is defined as optional.
 void SjSendCreditCardInfoExternalSysSpecificationPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjExternalPaymentInformationPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCreditCardInfoPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCheckPurchaseLimitQueryPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardTransactionPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataBookingInformationPlain.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataPlain.setEncryptedCardValidationInfo(SjEncryptedDataInfo inData)
          Field encryptedCardValidationInfo is defined as optional.
 void SjPaymentCardNumberQueryPlain.setEncryptedKeyInfo(SjEncryptedDataInfo inData)
          Field encryptedKeyInfo is defined as optional.
 

Uses of SjEncryptedDataInfo in se.sj.stina.domain.model.impl.standard
 

Classes in se.sj.stina.domain.model.impl.standard that implement SjEncryptedDataInfo
 class SjEncryptedDataInfoStandard
          Innehåller informationen som behövs till dekryptering
 

Methods in se.sj.stina.domain.model.impl.standard that return SjEncryptedDataInfo
 SjEncryptedDataInfo SjStinaModelFactory.createEncryptedDataInfo()
           
 SjEncryptedDataInfo SjTravellerSpecificationStandard.getEncryptedCardNumber()
          Field encryptedCardNumber is defined as optional.
 SjEncryptedDataInfo SjSendCreditCardInfoExternalSysSpecificationStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjExternalPaymentInformationStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCreditCardInfoStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCheckPurchaseLimitQueryStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardTransactionStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataBookingInformationStandard.getEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataStandard.getEncryptedCardValidationInfo()
          Field encryptedCardValidationInfo is defined as optional.
 SjEncryptedDataInfo SjPaymentCardNumberQueryStandard.getEncryptedKeyInfo()
          Field encryptedKeyInfo is defined as optional.
 SjEncryptedDataInfo SjTravellerSpecificationStandard.lookupEncryptedCardNumber()
          Field encryptedCardNumber is defined as optional.
 SjEncryptedDataInfo SjSendCreditCardInfoExternalSysSpecificationStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjExternalPaymentInformationStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCreditCardInfoStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCheckPurchaseLimitQueryStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardTransactionStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataBookingInformationStandard.lookupEncryptedCardnumberInfo()
          Field encryptedCardnumberInfo is defined as optional.
 SjEncryptedDataInfo SjCardDataStandard.lookupEncryptedCardValidationInfo()
          Field encryptedCardValidationInfo is defined as optional.
 SjEncryptedDataInfo SjPaymentCardNumberQueryStandard.lookupEncryptedKeyInfo()
          Field encryptedKeyInfo is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjEncryptedDataInfo
 void SjTravellerSpecificationStandard.setEncryptedCardNumber(SjEncryptedDataInfo inData)
          Field encryptedCardNumber is defined as optional.
 void SjSendCreditCardInfoExternalSysSpecificationStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjExternalPaymentInformationStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCreditCardInfoStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCheckPurchaseLimitQueryStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardTransactionStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataBookingInformationStandard.setEncryptedCardnumberInfo(SjEncryptedDataInfo inData)
          Field encryptedCardnumberInfo is defined as optional.
 void SjCardDataStandard.setEncryptedCardValidationInfo(SjEncryptedDataInfo inData)
          Field encryptedCardValidationInfo is defined as optional.
 void SjPaymentCardNumberQueryStandard.setEncryptedKeyInfo(SjEncryptedDataInfo inData)
          Field encryptedKeyInfo is defined as optional.
 

Uses of SjEncryptedDataInfo in se.sj.stina.domain.provider
 

Methods in se.sj.stina.domain.provider that return SjEncryptedDataInfo
 SjEncryptedDataInfo SjStinaServerCallerInterface.getEncryptedDataInfo(byte[] data, java.lang.String routineId)
           
 SjEncryptedDataInfo SjStinaInformationProviderDelegate.getEncryptedDataInfo(byte[] data, java.lang.String routineId)
           
 SjEncryptedDataInfo SjStinaInformationProviderDelegate.getEncryptedDataInfoDesKey(byte[] data, java.lang.String routineId)
           
 



Copyright © 2012. All Rights Reserved.