| Package | Description |
|---|---|
| org.xipki.scep.client | |
| org.xipki.scep.message | |
| org.xipki.scep.transaction |
| Modifier and Type | Method and Description |
|---|---|
EnrolmentResponse |
Client.scepCertPoll(PrivateKey identityKey,
org.xipki.security.X509Cert identityCert,
TransactionId transactionId,
org.bouncycastle.asn1.x500.X500Name issuer,
org.bouncycastle.asn1.x500.X500Name subject) |
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
PkiMessage.getTransactionId() |
| Constructor and Description |
|---|
DecodedPkiMessage(TransactionId transactionId,
MessageType messageType,
Nonce senderNonce) |
PkiMessage(TransactionId transactionId,
MessageType messageType) |
PkiMessage(TransactionId transactionId,
MessageType messageType,
Nonce senderNonce) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionId |
TransactionId.randomTransactionId() |
static TransactionId |
TransactionId.sha1TransactionId(byte[] content) |
static TransactionId |
TransactionId.sha1TransactionId(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo spki) |
Copyright © 2023. All rights reserved.