public class ICertificateTaskStub extends org.apache.axis.client.Stub implements ICertificateTask
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
ICertificateTaskStub() |
ICertificateTaskStub(javax.xml.rpc.Service service) |
ICertificateTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
protected org.apache.axis.client.Call |
createCall() |
Blob |
createCSR(CertificateDef certDef,
Credentials aliasAndPassword) |
void |
deleteCertificateEntry(java.lang.String certEntryKeyID) |
void |
deleteCRLEntry(java.lang.String crlEntryKeyID) |
void |
deleteWaitForCSREntry() |
Blob |
exportCertificate(java.lang.String certEntryID,
CertificateEncodingType exportType) |
Blob |
exportCRL(java.lang.String crlEntryID) |
Blob |
exportKeyCertificate(java.lang.String certEntryID,
Credentials exportCredentials,
CertificateEncodingType exportType) |
TrustedCertificateEntry[] |
findManyTrustedCertificateEntries(java.lang.String[] keyIDs) |
CRLEntry[] |
getAllCRLEntries() |
CertificateEntry[] |
getAllKeyCertificateEntries() |
PartnerCertificateEntry[] |
getAllPartnerCertificateEntries() |
TrustedCertificateEntry[] |
getAllTrustedCertificateEntries() |
CertificateEntry |
getCertificateEntry(java.lang.String certEntryKeyID) |
CertificateDef |
getCertificateInfo(Blob certificate) |
CertificateDef |
getCertificateInfoFromID(java.lang.String certEntryKeyID) |
CRLEntry |
getCRLEntry(java.lang.String crlEntryKeyID) |
CRLDef |
getCRLInfo(Blob encodedCrl) |
CRLDef |
getCRLInfoFromID(java.lang.String crlEntryKeyID) |
CertificateDef |
getKeyCertificateInfo(Blob encodedCert,
Credentials importCredentials,
CertificateEncodingType encoding) |
PartnerCertificateEntry |
getPartnerCertificateEntry(java.lang.String certEntryKeyID) |
TrustedCertificateEntry |
getTrustedCertificateEntry(java.lang.String certEntryKeyID) |
CertificateEntry |
getWaitForCSREntry() |
java.lang.String |
importCRL(Blob encodedCRL) |
java.lang.String |
importCRLFromURL(java.lang.String crlURL) |
java.lang.String |
importCRLWithURL(Blob encodedCRL,
java.lang.String crlURL) |
java.lang.String |
importKeyCertificate(Blob encodedCert,
Credentials aliasAndPassword,
CertificateEncodingType encoding) |
java.lang.String |
importPartnerCertificate(Blob encodedCert) |
java.lang.String |
importTrustedCertificate(Blob encodedCert) |
java.lang.String |
installCSRReply(Blob certificate) |
java.lang.String |
renewKeyCertificate(java.lang.String certEntryKeyID,
Blob encodedCert,
Credentials aliasAndPassword) |
void |
updateKeyCertPassword(java.lang.String certEntryKeyID,
Credentials newCredentials) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public ICertificateTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ICertificateTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ICertificateTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic TrustedCertificateEntry[] findManyTrustedCertificateEntries(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findManyTrustedCertificateEntries in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CRLEntry[] getAllCRLEntries() throws java.rmi.RemoteException
getAllCRLEntries in interface ICertificateTaskjava.rmi.RemoteExceptionpublic TrustedCertificateEntry[] getAllTrustedCertificateEntries() throws java.rmi.RemoteException
getAllTrustedCertificateEntries in interface ICertificateTaskjava.rmi.RemoteExceptionpublic PartnerCertificateEntry[] getAllPartnerCertificateEntries() throws java.rmi.RemoteException
getAllPartnerCertificateEntries in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CertificateEntry[] getAllKeyCertificateEntries() throws java.rmi.RemoteException
getAllKeyCertificateEntries in interface ICertificateTaskjava.rmi.RemoteExceptionpublic void updateKeyCertPassword(java.lang.String certEntryKeyID,
Credentials newCredentials)
throws java.rmi.RemoteException
updateKeyCertPassword in interface ICertificateTaskjava.rmi.RemoteExceptionpublic Blob exportCertificate(java.lang.String certEntryID, CertificateEncodingType exportType) throws java.rmi.RemoteException
exportCertificate in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CertificateDef getCertificateInfo(Blob certificate) throws java.rmi.RemoteException
getCertificateInfo in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CertificateEntry getWaitForCSREntry() throws java.rmi.RemoteException
getWaitForCSREntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic void deleteWaitForCSREntry()
throws java.rmi.RemoteException
deleteWaitForCSREntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic TrustedCertificateEntry getTrustedCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getTrustedCertificateEntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic PartnerCertificateEntry getPartnerCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getPartnerCertificateEntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CertificateEntry getCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getCertificateEntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String importPartnerCertificate(Blob encodedCert) throws java.rmi.RemoteException
importPartnerCertificate in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CertificateDef getCertificateInfoFromID(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getCertificateInfoFromID in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CertificateDef getKeyCertificateInfo(Blob encodedCert, Credentials importCredentials, CertificateEncodingType encoding) throws java.rmi.RemoteException
getKeyCertificateInfo in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String renewKeyCertificate(java.lang.String certEntryKeyID,
Blob encodedCert,
Credentials aliasAndPassword)
throws java.rmi.RemoteException
renewKeyCertificate in interface ICertificateTaskjava.rmi.RemoteExceptionpublic Blob exportKeyCertificate(java.lang.String certEntryID, Credentials exportCredentials, CertificateEncodingType exportType) throws java.rmi.RemoteException
exportKeyCertificate in interface ICertificateTaskjava.rmi.RemoteExceptionpublic void deleteCertificateEntry(java.lang.String certEntryKeyID)
throws java.rmi.RemoteException
deleteCertificateEntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String importKeyCertificate(Blob encodedCert, Credentials aliasAndPassword, CertificateEncodingType encoding) throws java.rmi.RemoteException
importKeyCertificate in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String importTrustedCertificate(Blob encodedCert) throws java.rmi.RemoteException
importTrustedCertificate in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String installCSRReply(Blob certificate) throws java.rmi.RemoteException
installCSRReply in interface ICertificateTaskjava.rmi.RemoteExceptionpublic Blob exportCRL(java.lang.String crlEntryID) throws java.rmi.RemoteException
exportCRL in interface ICertificateTaskjava.rmi.RemoteExceptionpublic void deleteCRLEntry(java.lang.String crlEntryKeyID)
throws java.rmi.RemoteException
deleteCRLEntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String importCRLWithURL(Blob encodedCRL, java.lang.String crlURL) throws java.rmi.RemoteException
importCRLWithURL in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String importCRL(Blob encodedCRL) throws java.rmi.RemoteException
importCRL in interface ICertificateTaskjava.rmi.RemoteExceptionpublic Blob createCSR(CertificateDef certDef, Credentials aliasAndPassword) throws java.rmi.RemoteException
createCSR in interface ICertificateTaskjava.rmi.RemoteExceptionpublic java.lang.String importCRLFromURL(java.lang.String crlURL)
throws java.rmi.RemoteException
importCRLFromURL in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CRLEntry getCRLEntry(java.lang.String crlEntryKeyID) throws java.rmi.RemoteException
getCRLEntry in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CRLDef getCRLInfo(Blob encodedCrl) throws java.rmi.RemoteException
getCRLInfo in interface ICertificateTaskjava.rmi.RemoteExceptionpublic CRLDef getCRLInfoFromID(java.lang.String crlEntryKeyID) throws java.rmi.RemoteException
getCRLInfoFromID in interface ICertificateTaskjava.rmi.RemoteException