Uses of Interface
org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationRequest
-
Packages that use CertGenerationRequest Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration org.apache.directory.api.ldap.extras.extended.certGeneration -
-
Uses of CertGenerationRequest in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration that return CertGenerationRequest Modifier and Type Method Description CertGenerationRequestCertGenerationRequestContainer. getCertGenerationRequest()CertGenerationRequestCertGenerationFactory. newRequest()Returns a newExtendedRequestwith no valueCertGenerationRequestCertGenerationFactory. newRequest(byte[] encodedValue)Returns a newExtendedRequestwith the following encoded value.Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration with parameters of type CertGenerationRequest Modifier and Type Method Description voidCertGenerationRequestContainer. setCertGenerationRequest(CertGenerationRequest certGenerationRequest)Set a CertGenerationRequest instance into the container. -
Uses of CertGenerationRequest in org.apache.directory.api.ldap.extras.extended.certGeneration
Classes in org.apache.directory.api.ldap.extras.extended.certGeneration that implement CertGenerationRequest Modifier and Type Class Description classCertGenerationRequestImplAn 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.
-