public class SignerEntryWrapper extends Object
| Constructor and Description |
|---|
SignerEntryWrapper() |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.ca.server.mgmt.api.SignerEntry |
getDbEntry() |
org.xipki.security.ConcurrentContentSigner |
getSigner() |
org.bouncycastle.asn1.x509.GeneralName |
getSubjectAsGeneralName() |
org.bouncycastle.asn1.x500.X500Name |
getSubjectAsX500Name() |
void |
initSigner(org.xipki.security.SecurityFactory securityFactory) |
boolean |
isHealthy() |
void |
setDbEntry(org.xipki.ca.server.mgmt.api.SignerEntry dbEntry) |
public void setDbEntry(org.xipki.ca.server.mgmt.api.SignerEntry dbEntry)
public org.xipki.security.ConcurrentContentSigner getSigner()
public void initSigner(org.xipki.security.SecurityFactory securityFactory)
throws org.xipki.util.ObjectCreationException
org.xipki.util.ObjectCreationExceptionpublic org.xipki.ca.server.mgmt.api.SignerEntry getDbEntry()
public boolean isHealthy()
public org.bouncycastle.asn1.x509.GeneralName getSubjectAsGeneralName()
public org.bouncycastle.asn1.x500.X500Name getSubjectAsX500Name()
Copyright © 2018. All rights reserved.