public class SenderIntermediateCertFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SenderIntermediateCertFactory.Builder
Builder for
SenderIntermediateCertFactory. |
public String create() throws GeneralSecurityException
This will return a serialized JSONObject in the following format:
{
// {
// // A string that identifies this cert
// "keyValue": "ZXBoZW1lcmFsUHVibGljS2V5"
// // string (UTC milliseconds since epoch)
// "expiration": "1520836260646",
// }
"signedKey": "... serialized JSON shown in comment above ...",
"signatures": ["signature1", "signature2", ...],
}
GeneralSecurityException