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, setParent
public int computeLength()
AbstractAsn1Object
computeLength
in interface Asn1Object
computeLength
in class AbstractAsn1Object
public ByteBuffer encode() throws EncoderException
EncoderException
public 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-2012 Apache Software Foundation. All Rights Reserved.