| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration | |
| org.apache.directory.api.ldap.extras.extended.certGeneration |
| Modifier and Type | Class and Description |
|---|---|
class |
CertGenerationRequestDecorator
A Decorator for certificate generation extended request.
|
| Modifier and Type | Method and Description |
|---|---|
CertGenerationRequest |
CertGenerationDecoder.decode(byte[] stream)
Decode a PDU which must contain a CertGenRequest extended operation.
|
CertGenerationRequest |
CertGenerationRequestDecorator.getCertGenerationRequest() |
CertGenerationRequest |
CertGenerationFactory.newRequest(byte[] value)
Returns a new
ExtendedRequestDecorator with the following encoded value. |
| Constructor and Description |
|---|
CertGenerationRequestDecorator(LdapApiService codec,
CertGenerationRequest decoratedMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
CertGenerationRequestImpl
An extended operation requesting the server to generate a public/private key pair and a certificate
and store them in a specified target entry in the DIT.
|
Copyright © 2021. All rights reserved.