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