public class SignatureFormatterCZ extends Object implements SignatureFormatter
Constructor and Description |
---|
SignatureFormatterCZ(Ticket oTicket)
Return CZ compliant signature parts
|
Modifier and Type | Method and Description |
---|---|
String |
getBKP()
Retrieve BKP.
|
String |
getFIK()
Retrieve FIK.
|
String |
getPKP()
Retrieve PKP.
|
String |
getSER()
Retrieve SER which is the serialized instance of a request to resend.
|
String |
getSignature()
Get the comlpete signature string.
|
public SignatureFormatterCZ(Ticket oTicket)
oTicket
- the Ticket to signpublic String getSignature()
getSignature
in interface SignatureFormatter
public String getBKP()
public String getFIK()
public String getPKP()
public String getSER()
Copyright © 2021. All rights reserved.