public class SignerEntryWrapper extends Object
| Constructor and Description |
|---|
SignerEntryWrapper() |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.ca.api.mgmt.MgmtEntry.Signer |
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.MgmtEntry.Signer dbEntry) |
public void setDbEntry(org.xipki.ca.api.mgmt.MgmtEntry.Signer 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.api.mgmt.MgmtEntry.Signer getDbEntry()
public boolean isHealthy()
public org.bouncycastle.asn1.x509.GeneralName getSubjectAsGeneralName()
public org.bouncycastle.asn1.x500.X500Name getSubject()
Copyright © 2020. All rights reserved.