summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KSSLCertificate.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KSSLCertificate.java')
-rw-r--r--kdejava/koala/org/kde/koala/KSSLCertificate.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KSSLCertificate.java b/kdejava/koala/org/kde/koala/KSSLCertificate.java
index 61bd69f5..8354136a 100644
--- a/kdejava/koala/org/kde/koala/KSSLCertificate.java
+++ b/kdejava/koala/org/kde/koala/KSSLCertificate.java
@@ -95,14 +95,14 @@ public class KSSLCertificate implements QtSupport {
@short Get the date that the certificate becomes valid on.
*/
- public native Calendar getQDTNotBefore();
+ public native Calendar getTQDTNotBefore();
/**
Get the date that the certificate is valid until.
@return the date
@short Get the date that the certificate is valid until.
*/
- public native Calendar getQDTNotAfter();
+ public native Calendar getTQDTNotAfter();
/**
Convert the certificate to DER (ASN.1) format.
@return the binary data of the DER encoding