Uses of Class
org.xipki.pkcs11.wrapper.Token
-
Packages that use Token Package Description org.xipki.pkcs11.wrapper -
-
Uses of Token in org.xipki.pkcs11.wrapper
Fields in org.xipki.pkcs11.wrapper declared as Token Modifier and Type Field Description protected TokenSession. tokenThe token to perform the operations on.Methods in org.xipki.pkcs11.wrapper that return Token Modifier and Type Method Description TokenSlot. getNullableToken()Get an object for handling the token that is currently present in this slot, or null, if there is no token present.TokenPKCS11Token. getToken()Get the token that created this Session object.TokenSession. getToken()Get the token that created this Session object.TokenSlot. getToken()Get an object for handling the token that is currently present in this slot.Constructors in org.xipki.pkcs11.wrapper with parameters of type Token Constructor Description PKCS11Token(Token token, boolean readOnly, char[] pin)The simple constructor.PKCS11Token(Token token, boolean readOnly, long userType, char[] userName, List<char[]> pins, Integer numSessions)The advanced constructor.Session(Token token, long sessionHandle)Constructor taking the token and the session handle.
-