org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration
Class CertGenerationObject
java.lang.Object
org.apache.directory.shared.asn1.AbstractAsn1Object
org.apache.directory.shared.ldap.extras.extended.ads_impl.certGeneration.CertGenerationObject
- All Implemented Interfaces:
- Asn1Object
public class CertGenerationObject
- extends AbstractAsn1Object
An extended operation for generating a public key Certificate.
CertGenerateObject ::= SEQUENCE
{
targetDN IA5String,
issuerDN IA5String,
subjectDN IA5String,
keyAlgorithm IA5String
}
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertGenerationObject
public CertGenerationObject(CertGenerationRequest request)
computeLength
public int computeLength()
- Specified by:
computeLength in interface Asn1Object- Specified by:
computeLength in class AbstractAsn1Object
encode
public ByteBuffer encode()
throws EncoderException
- Throws:
EncoderException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.