Contains the response information from the generation of a blob token. More...
Public Methods | |
| SVaultGenTokenResponse (byte[] tokenBlob, String token) | |
| byte[] | getTokenBlob () |
| void | setTokenBlob (byte[] tokenBlob) |
| String | getToken () |
| void | setToken (String token) |
Contains the response information from the generation of a blob token.
| SVaultGenTokenResponse | ( | byte[] | tokenBlob, |
| String | token ) |
| byte[] getTokenBlob | ( | ) |
| void setTokenBlob | ( | byte[] | tokenBlob | ) |
| tokenBlob | Token blob |
| String getToken | ( | ) |
| void setToken | ( | String | token | ) |
| token | Token |