|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use X509Cert | |
| at.knowcenter.wag.egov.egiz.sig | |
| Uses of X509Cert in at.knowcenter.wag.egov.egiz.sig |
| Fields in at.knowcenter.wag.egov.egiz.sig declared as X509Cert | |
protected X509Cert |
SignatureResponse.certificate_
The X.509 certificated parsed from the response string. |
| Methods in at.knowcenter.wag.egov.egiz.sig that return X509Cert | |
static X509Cert |
X509Cert.initByString(String certString)
This method initialzes a X509Certificate by a string value. |
static X509Cert |
X509Cert.initByX509Certificate(X509Certificate cert)
|
static X509Cert |
X509Cert.initByByteArray(byte[] data)
|
static X509Cert |
X509Cert.initByFilePath(String filePath)
This method initialzes a X509Certificate by a file path value. |
static X509Cert |
X509Cert.initByFile(File certFile)
This method initialzes a X509Certificate by a file value. |
X509Cert |
SignatureResponse.getCertificate()
Returns the X.509 certificate of this response. |
X509Cert |
SignatureObject.getX509Cert(String serialNumber,
String issuer)
|
X509Cert |
SignatureObject.getX509Cert()
|
| Methods in at.knowcenter.wag.egov.egiz.sig with parameters of type X509Cert | |
void |
SignatureResponse.setCertificate(X509Cert certificate)
Sets the X.509 certificate of this response. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||