Package org.xipki.ca.server
Class SignerEntryWrapper
- java.lang.Object
-
- org.xipki.ca.server.SignerEntryWrapper
-
public class SignerEntryWrapper extends Object
Wrapper of signer database entry.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description SignerEntryWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xipki.ca.api.mgmt.entry.SignerEntrygetDbEntry()org.xipki.security.ConcurrentContentSignergetSigner()org.bouncycastle.asn1.x500.X500NamegetSubject()org.bouncycastle.asn1.x509.GeneralNamegetSubjectAsGeneralName()voidinitSigner(org.xipki.security.SecurityFactory securityFactory)booleanisHealthy()voidsetDbEntry(org.xipki.ca.api.mgmt.entry.SignerEntry dbEntry)
-
-
-
Method Detail
-
setDbEntry
public void setDbEntry(org.xipki.ca.api.mgmt.entry.SignerEntry dbEntry)
-
getSigner
public org.xipki.security.ConcurrentContentSigner getSigner()
-
initSigner
public void initSigner(org.xipki.security.SecurityFactory securityFactory) throws org.xipki.util.exception.ObjectCreationException- Throws:
org.xipki.util.exception.ObjectCreationException
-
getDbEntry
public org.xipki.ca.api.mgmt.entry.SignerEntry getDbEntry()
-
isHealthy
public boolean isHealthy()
-
getSubjectAsGeneralName
public org.bouncycastle.asn1.x509.GeneralName getSubjectAsGeneralName()
-
getSubject
public org.bouncycastle.asn1.x500.X500Name getSubject()
-
-