Uses of Class
p12f.exe.otp.objects.OTPPresentationData

Packages that use OTPPresentationData
p12f.exe.otp.objects   
 

Uses of OTPPresentationData in p12f.exe.otp.objects
 

Subclasses of OTPPresentationData in p12f.exe.otp.objects
 class OTPPresentationDataMail
           
 class OTPPresentationDataSms
           
 

Fields in p12f.exe.otp.objects declared as OTPPresentationData
 OTPPresentationData OTPSendRequest.presentationData
          Datos de presentación para enviar el OTP.
 

Methods in p12f.exe.otp.objects that return OTPPresentationData
static OTPPresentationData OTPPresentationData.getObject(java.lang.String xml)
          Convierte un XML en un objeto OTPPresentationData.
 

Constructors in p12f.exe.otp.objects with parameters of type OTPPresentationData
OTPPresentationDataSms(OTPPresentationData presentationData)
           
OTPPresentationDataMail(OTPPresentationData presentationData)