|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Contains the encoded certificate information to be included in the trusted requests between applications. The
provided information to be set in the request header using the following parameters:
TrustedApplicationUtils.Header.Request.ID TrustedApplicationUtils.Header.Request.CERTIFICATE
TrustedApplicationUtils.Header.Request.SECRET_KEY
| Method Summary | |
java.lang.String |
getCertificate()
String that contains three lines: |
java.lang.String |
getID()
ID of the trusted application that encrypted this certificate |
java.lang.String |
getMagicNumber()
Magic Number for Transmission decryption validation. |
java.lang.Integer |
getProtocolVersion()
Protocol version. |
java.lang.String |
getSecretKey()
Secret Key for decrypting the certificate. |
| Method Detail |
public java.lang.String getID()
public java.lang.String getSecretKey()
Encrypted with the private key of the trusted application and Base64 encoded
public java.lang.String getCertificate()
Encrypted with the secret key and Base64 encoded
public java.lang.Integer getProtocolVersion()
Not encrypted.
public java.lang.String getMagicNumber()
Encrypted with the private key of the trusted application and Base64 encoded
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||