Home
last modified time | relevance | path

Searched defs:TokenException (Results 1 – 5 of 5) sorted by relevance

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/
H A DTokenException.java11 public class TokenException extends Exception { class
25 public TokenException() { in TokenException() method in TokenException
37 public TokenException(String message) { in TokenException() method in TokenException
48 public TokenException(Exception encapsulatedException) { in TokenException() method in TokenException
63 public TokenException(String message, Exception encapsulatedException) { in TokenException() method in TokenException
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/
H A DTokenException.cs9 public class TokenException:Exception class
11 public TokenException() in TokenException() method in Net.Sf.Pkcs11.TokenException
15 public TokenException(CKR errorCode):base(errorCode.ToString()) in TokenException() method in Net.Sf.Pkcs11.TokenException
/dports/textproc/xp/com/jclark/xml/tok/
H A DTokenException.java10 public class TokenException extends Exception { class
/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexCore/
H A DMisc.h107 TokenException(const std::wstring & code, const Token & token) in TokenException() function
110 TokenException(const std::wstring & code, const std::wstring & arg1, const Token & token) in TokenException() function
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Xml/Xpnet/
H A DExceptions.cs30 public class TokenException : System.Exception class