Package org.xipki.ca.api.mgmt
Class MgmtMessage.SignerEntryWrapper
- java.lang.Object
-
- org.xipki.ca.api.mgmt.MgmtMessage.SignerEntryWrapper
-
- Enclosing class:
- MgmtMessage
public static class MgmtMessage.SignerEntryWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description SignerEntryWrapper()SignerEntryWrapper(SignerEntry signerEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConf()byte[]getEncodedCert()StringgetName()StringgetType()booleanisFaulty()voidsetConf(String conf)voidsetEncodedCert(byte[] encodedCert)voidsetFaulty(boolean faulty)voidsetName(String name)voidsetType(String type)SignerEntrytoSignerEntry()
-
-
-
Constructor Detail
-
SignerEntryWrapper
public SignerEntryWrapper()
-
SignerEntryWrapper
public SignerEntryWrapper(SignerEntry signerEntry)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
setConf
public void setConf(String conf)
-
getEncodedCert
public byte[] getEncodedCert()
-
setEncodedCert
public void setEncodedCert(byte[] encodedCert)
-
getConf
public String getConf()
-
isFaulty
public boolean isFaulty()
-
setFaulty
public void setFaulty(boolean faulty)
-
toSignerEntry
public SignerEntry toSignerEntry()
-
-