public class CertGenerationObject extends AbstractAsn1Object
CertGenerateObject ::= SEQUENCE
{
targetDN IA5String,
issuerDN IA5String,
subjectDN IA5String,
keyAlgorithm IA5String
}
parent| Constructor and Description |
|---|
CertGenerationObject() |
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength()
Compute the object length, which is the sum of all inner length.
|
ByteBuffer |
encode() |
String |
getIssuerDN() |
String |
getKeyAlgorithm() |
String |
getSubjectDN() |
String |
getTargetDN() |
void |
setIssuerDN(String issuerDN) |
void |
setKeyAlgorithm(String keyAlgorithm) |
void |
setSubjectDN(String subjectDN) |
void |
setTargetDN(String targetDN) |
String |
toString() |
addLength, encode, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParentpublic int computeLength()
AbstractAsn1ObjectcomputeLength in interface Asn1ObjectcomputeLength in class AbstractAsn1Objectpublic ByteBuffer encode() throws EncoderException
EncoderExceptionpublic String getTargetDN()
public void setTargetDN(String targetDN)
public String getIssuerDN()
public void setIssuerDN(String issuerDN)
public String getSubjectDN()
public void setSubjectDN(String subjectDN)
public String getKeyAlgorithm()
public void setKeyAlgorithm(String keyAlgorithm)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.