public class CertGenerationFactory extends Object implements ExtendedOperationFactory
ExtendedOperationFactory for creating certificate generation extended request response
pairs.| Constructor and Description |
|---|
CertGenerationFactory(LdapApiService codec) |
| Modifier and Type | Method and Description |
|---|---|
CertGenerationRequestDecorator |
decorate(ExtendedRequest modelRequest)
Decorates a non-decorated request.
|
CertGenerationResponseDecorator |
decorate(ExtendedResponse decoratedMessage)
Decorates an ExtendedResponse which may or may not be of the expected
type.
|
String |
getOid()
Gets the OID of the extended requests this factory generates.
|
CertGenerationRequest |
newRequest(byte[] value)
Returns a new
ExtendedRequestDecorator with the following encoded value. |
CertGenerationResponse |
newResponse(byte[] encodedValue)
Creates a new ExtendedResponse, for the ExtendedRequest with a specific
encoded value.
|
public CertGenerationFactory(LdapApiService codec)
public String getOid()
getOid in interface ExtendedOperationFactorypublic CertGenerationResponse newResponse(byte[] encodedValue) throws DecoderException
newResponse in interface ExtendedOperationFactoryencodedValue - The encoded value for the ExtendedResponse instance.DecoderExceptionpublic CertGenerationRequest newRequest(byte[] value)
ExtendedRequestDecorator with the following encoded value.newRequest in interface ExtendedOperationFactoryvalue - the encoded valuepublic CertGenerationRequestDecorator decorate(ExtendedRequest modelRequest)
decorate in interface ExtendedOperationFactorymodelRequest - the non decorated model requestpublic CertGenerationResponseDecorator decorate(ExtendedResponse decoratedMessage)
decorate in interface ExtendedOperationFactorydecoratedMessage - the message to be decorated.Copyright © 2021. All rights reserved.