| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.cmpv1.gkm |
Contains classes used to create, parse,
and manipulate ASN.1 structures used with Certificate Management Protocol (CMP)
version 1.
|
| Modifier and Type | Method and Description |
|---|---|
EntrustProofOfRAInfo |
EntrustProofOfRA.getProofOfRAInfo()
Returns the proof of RA information that was signed.
|
| Constructor and Description |
|---|
EntrustProofOfRA(EntrustProofOfRAInfo proofOfRAInfo,
AlgorithmID algorithm,
byte[] signature)
A constructor; creates a new
EntrustProofOfRA by
constructing it from the provided components. |
EntrustProofOfRA(EntrustProofOfRAInfo proofOfRAInfo,
java.security.PrivateKey raSigningKey,
AlgorithmID signatureAlg)
A constructor; creates a new
EntrustProofOfRA by generating
a signature over the provided EntrustProofOfRAInfo structure
the RA signing key and the indicated signature algorithm. |