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.AxisFault
public ICertificateTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public ICertificateTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
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() throws java.rmi.RemoteException
java.rmi.RemoteException
public TrustedCertificateEntry[] findManyTrustedCertificateEntries(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findManyTrustedCertificateEntries
in interface ICertificateTask
java.rmi.RemoteException
public CRLEntry[] getAllCRLEntries() throws java.rmi.RemoteException
getAllCRLEntries
in interface ICertificateTask
java.rmi.RemoteException
public TrustedCertificateEntry[] getAllTrustedCertificateEntries() throws java.rmi.RemoteException
getAllTrustedCertificateEntries
in interface ICertificateTask
java.rmi.RemoteException
public PartnerCertificateEntry[] getAllPartnerCertificateEntries() throws java.rmi.RemoteException
getAllPartnerCertificateEntries
in interface ICertificateTask
java.rmi.RemoteException
public CertificateEntry[] getAllKeyCertificateEntries() throws java.rmi.RemoteException
getAllKeyCertificateEntries
in interface ICertificateTask
java.rmi.RemoteException
public void updateKeyCertPassword(java.lang.String certEntryKeyID, Credentials newCredentials) throws java.rmi.RemoteException
updateKeyCertPassword
in interface ICertificateTask
java.rmi.RemoteException
public Blob exportCertificate(java.lang.String certEntryID, CertificateEncodingType exportType) throws java.rmi.RemoteException
exportCertificate
in interface ICertificateTask
java.rmi.RemoteException
public CertificateDef getCertificateInfo(Blob certificate) throws java.rmi.RemoteException
getCertificateInfo
in interface ICertificateTask
java.rmi.RemoteException
public CertificateEntry getWaitForCSREntry() throws java.rmi.RemoteException
getWaitForCSREntry
in interface ICertificateTask
java.rmi.RemoteException
public void deleteWaitForCSREntry() throws java.rmi.RemoteException
deleteWaitForCSREntry
in interface ICertificateTask
java.rmi.RemoteException
public TrustedCertificateEntry getTrustedCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getTrustedCertificateEntry
in interface ICertificateTask
java.rmi.RemoteException
public PartnerCertificateEntry getPartnerCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getPartnerCertificateEntry
in interface ICertificateTask
java.rmi.RemoteException
public CertificateEntry getCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getCertificateEntry
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String importPartnerCertificate(Blob encodedCert) throws java.rmi.RemoteException
importPartnerCertificate
in interface ICertificateTask
java.rmi.RemoteException
public CertificateDef getCertificateInfoFromID(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
getCertificateInfoFromID
in interface ICertificateTask
java.rmi.RemoteException
public CertificateDef getKeyCertificateInfo(Blob encodedCert, Credentials importCredentials, CertificateEncodingType encoding) throws java.rmi.RemoteException
getKeyCertificateInfo
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String renewKeyCertificate(java.lang.String certEntryKeyID, Blob encodedCert, Credentials aliasAndPassword) throws java.rmi.RemoteException
renewKeyCertificate
in interface ICertificateTask
java.rmi.RemoteException
public Blob exportKeyCertificate(java.lang.String certEntryID, Credentials exportCredentials, CertificateEncodingType exportType) throws java.rmi.RemoteException
exportKeyCertificate
in interface ICertificateTask
java.rmi.RemoteException
public void deleteCertificateEntry(java.lang.String certEntryKeyID) throws java.rmi.RemoteException
deleteCertificateEntry
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String importKeyCertificate(Blob encodedCert, Credentials aliasAndPassword, CertificateEncodingType encoding) throws java.rmi.RemoteException
importKeyCertificate
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String importTrustedCertificate(Blob encodedCert) throws java.rmi.RemoteException
importTrustedCertificate
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String installCSRReply(Blob certificate) throws java.rmi.RemoteException
installCSRReply
in interface ICertificateTask
java.rmi.RemoteException
public Blob exportCRL(java.lang.String crlEntryID) throws java.rmi.RemoteException
exportCRL
in interface ICertificateTask
java.rmi.RemoteException
public void deleteCRLEntry(java.lang.String crlEntryKeyID) throws java.rmi.RemoteException
deleteCRLEntry
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String importCRLWithURL(Blob encodedCRL, java.lang.String crlURL) throws java.rmi.RemoteException
importCRLWithURL
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String importCRL(Blob encodedCRL) throws java.rmi.RemoteException
importCRL
in interface ICertificateTask
java.rmi.RemoteException
public Blob createCSR(CertificateDef certDef, Credentials aliasAndPassword) throws java.rmi.RemoteException
createCSR
in interface ICertificateTask
java.rmi.RemoteException
public java.lang.String importCRLFromURL(java.lang.String crlURL) throws java.rmi.RemoteException
importCRLFromURL
in interface ICertificateTask
java.rmi.RemoteException
public CRLEntry getCRLEntry(java.lang.String crlEntryKeyID) throws java.rmi.RemoteException
getCRLEntry
in interface ICertificateTask
java.rmi.RemoteException
public CRLDef getCRLInfo(Blob encodedCrl) throws java.rmi.RemoteException
getCRLInfo
in interface ICertificateTask
java.rmi.RemoteException
public CRLDef getCRLInfoFromID(java.lang.String crlEntryKeyID) throws java.rmi.RemoteException
getCRLInfoFromID
in interface ICertificateTask
java.rmi.RemoteException