|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KSSLX509V3
public class KSSLX509V3
KDE X509v3 Flag Class This class is used to track X509v3 flags for
KExtendedSocket
,
TCPSlaveBase
Constructor Summary | |
---|---|
|
KSSLX509V3()
|
protected |
KSSLX509V3(java.lang.Class dummy)
|
Method Summary | |
---|---|
boolean |
certTypeCA()
Determine if this certificate can be used by a certificate authority |
boolean |
certTypeCodeCA()
Determine if this certificate can be used by a code certificate signer |
boolean |
certTypeCRLSign()
Determine if this certificate can be used for revocation signing |
boolean |
certTypeEmailCA()
Determine if this certificate can be used by an S/MIME signer |
boolean |
certTypeNSSSLServer()
Determine if this certificate can be used by a Netscape SSL server |
boolean |
certTypeSMIME()
Determine if this certificate can be used for S/MIME |
boolean |
certTypeSMIMEEncrypt()
Determine if this certificate can be used for S/MIME encryption |
boolean |
certTypeSMIMESign()
Determine if this certificate can be used for S/MIME signing |
boolean |
certTypeSSLCA()
Determine if this certificate can be used by an SSL signer |
boolean |
certTypeSSLClient()
Determine if this certificate can be used by an SSL client |
boolean |
certTypeSSLServer()
Determine if this certificate can be used by an SSL server |
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KSSLX509V3(java.lang.Class dummy)
public KSSLX509V3()
Method Detail |
---|
public boolean certTypeCA()
public boolean certTypeSSLCA()
public boolean certTypeEmailCA()
public boolean certTypeCodeCA()
public boolean certTypeSSLClient()
public boolean certTypeSSLServer()
public boolean certTypeNSSSLServer()
public boolean certTypeSMIME()
public boolean certTypeSMIMEEncrypt()
public boolean certTypeSMIMESign()
public boolean certTypeCRLSign()
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |