A B C D E F G H I J K L M N O P Q R S T U V W X Y 

P

parse(String) - Method in class it.trento.comune.j4sign.examples.TsdTest
 
parse(byte[]) - Method in class it.trento.comune.j4sign.verification.X509CertRL
 
parseAuthenticatedAttributes(SignerInformation) - Method in class it.trento.comune.j4sign.cms.utils.CMSVerifier
 
parseSigningTime(byte[], PrintWriter) - Method in class it.trento.comune.j4sign.cms.utils.CMSBuilder
 
passed - Variable in class it.trento.comune.j4sign.verification.VerifyResult
 
password - Variable in class it.trento.comune.j4sign.examples.DigestSignTask
 
PasswordMasker - Class in it.trento.comune.j4sign.examples
Class for securely read characters from the console without showing it.
PasswordMasker() - Constructor for class it.trento.comune.j4sign.examples.PasswordMasker
 
PasswordMasker.StreamMasker - Class in it.trento.comune.j4sign.examples
Masks an InputStream by overwriting blank characters to the PrintStream corresponding to its output.
PasswordMasker.StreamMasker(PrintStream, String) - Constructor for class it.trento.comune.j4sign.examples.PasswordMasker.StreamMasker
Constructor.
pBaseG - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
ulPAndGLen == pPrimeP.length == pBaseG.length PKCS#11: CK_BYTE_PTR pBaseG; CK_ULONG ulRandomLen;
pClientRandom - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
PKCS#11: CK_BYTE_PTR pClientRandom; CK_ULONG ulClientRandomLen;
pcsc - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
The reference to the PCSC ResourceManager for this card terminal.
Pcsc10Constants - Interface in com.ibm.opencard.terminal.pcsc10
Defines some constants used by PCSC terminals.
PcscException - Exception in com.ibm.opencard.terminal.pcsc10
PcscException is thrown when any type of error occurs in the PCSC-Interface.
PcscException(String) - Constructor for exception com.ibm.opencard.terminal.pcsc10.PcscException
Constructor accepting a message text
PcscException(String, int) - Constructor for exception com.ibm.opencard.terminal.pcsc10.PcscException
Constructor accepting a message text and the PCSC return code.
pcscHelper - Variable in class it.trento.comune.j4sign.examples.FindCertTask
 
PCSCHelper - Class in it.trento.comune.j4sign.pcsc
A java class for detecting SmartCard tokens and readers via PCSC.
PCSCHelper(boolean) - Constructor for class it.trento.comune.j4sign.pcsc.PCSCHelper
 
PcscReaderState - Class in com.ibm.opencard.terminal.pcsc10
Defines a data structure getting status information from PC/SC.
PcscReaderState() - Constructor for class com.ibm.opencard.terminal.pcsc10.PcscReaderState
 
pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_AES_CBC_ENCRYPT_DATA_PARAMS
PKCS#11: CK_BYTE_PTR pData; CK_ULONG length;
pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_DES_CBC_ENCRYPT_DATA_PARAMS
PKCS#11: CK_BYTE_PTR pData; CK_ULONG length;
pData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_DERIVATION_STRING_DATA
PKCS#11: CK_BYTE_PTR pData; CK_ULONG ulLen;
pInitVector - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
PKCS#11: CK_CHAR_PTR pInitVector;
pIv - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RC5_CBC_PARAMS
PKCS#11: CK_BYTE_PTR pIv; CK_ULONG ulIvLen;
pIVClient - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
PKCS#11: CK_BYTE_PTR pIVClient;
pIVServer - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_OUT
PKCS#11: CK_BYTE_PTR pIVServer;
PKCS11 - Interface in iaik.pkcs.pkcs11.wrapper
If the underlaying PKCS#11 function retuns CK_OK, the method returns normally.
PKCS11_WRAPPER - Static variable in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
The name of the native part of the wrapper; i.e. the filename without the extension (e.g. ".DLL" or ".so").
PKCS11Connector - Class in iaik.pkcs.pkcs11.wrapper
This class is a sort of factory to get a implementation of the PKCS11 interface.
PKCS11Connector() - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11Connector
Empty constructor for internal use only.
PKCS11Constants - Interface in iaik.pkcs.pkcs11.wrapper
This interface holds constants of the PKCS#11 v2.11 standard.
PKCS11Exception - Exception in iaik.pkcs.pkcs11.wrapper
This is the superclass of all checked exceptions used by this package.
PKCS11Exception(long) - Constructor for exception iaik.pkcs.pkcs11.wrapper.PKCS11Exception
Constructor taking the error code as defined for the CKR_* constants in PKCS#11.
PKCS11Implementation - Class in iaik.pkcs.pkcs11.wrapper
This is the default implementation of the PKCS11 interface.
PKCS11Implementation(String) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
Connects to the PKCS#11 driver given.
PKCS11Implementation(String, String) - Constructor for class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
Connects to the PKCS#11 driver given using the specified PKCS#11-wrapper native library.
pkcs11Module - Variable in class it.trento.comune.j4sign.pkcs11.PKCS11Signer
The java object wrapping criptoki library functionalities.
pkcs11ModulePath_ - Variable in class iaik.pkcs.pkcs11.wrapper.PKCS11Implementation
The PKCS#11 module to connect to.
PKCS11RuntimeException - Exception in iaik.pkcs.pkcs11.wrapper
This is the superclass of all runtime exception used by this library.
PKCS11RuntimeException() - Constructor for exception iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Empty constructor.
PKCS11RuntimeException(String) - Constructor for exception iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Constructor taking a string that describes the reason of the exception in more detail.
PKCS11RuntimeException(Exception) - Constructor for exception iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Constructor taking an other exception to wrap.
PKCS11RuntimeException(String, Exception) - Constructor for exception iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
Constructor taking a message for this exception and an other exception to wrap.
PKCS11SignApplet - Class in it.trento.comune.j4sign.examples
This is an implementation of a full-featured signing applet in a web environment.
PKCS11SignApplet() - Constructor for class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
PKCS11Signer - Class in it.trento.comune.j4sign.pkcs11
This class uses the PKCS#11 Java api provieded by IAIK pkcs11 wrapper to perform PKCS#11 digital signature operations.
PKCS11Signer(String, long, PrintStream) - Constructor for class it.trento.comune.j4sign.pkcs11.PKCS11Signer
 
PKCS11Signer(String, long, String, PrintStream) - Constructor for class it.trento.comune.j4sign.pkcs11.PKCS11Signer
 
PKCS11Signer(String, PrintStream) - Constructor for class it.trento.comune.j4sign.pkcs11.PKCS11Signer
 
pNewPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pNewPassword; CK_ULONG ulNewPasswordLen;
pNewPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pNewPublicData; CK_ULONG ulNewPublicDataLen;
pNewRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pNewRandomA; CK_ULONG ulNewRandomLen;
pOldPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11:
pOldPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pOldPublicData; CK_ULONG ulOldPublicDataLen;
pOldRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pOldRandomA; CK_ULONG ulOldRandomLen;
pOldWrappedX - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_RELAYX_PARAMS
PKCS#11: CK_BYTE_PTR pOldWrappedX; CK_ULONG ulOldWrappedXLen;
POST_ERROR - Static variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
POST_OK_VERIFY_ERROR - Static variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
POST_OK_VERIFY_OK - Static variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulOtherInfoLen; CK_BYTE_PTR pOtherInfo;
pOtherInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulOtherInfoLen; CK_BYTE_PTR pOtherInfo;
pParameter - Variable in class iaik.pkcs.pkcs11.wrapper.CK_MECHANISM
PKCS#11: CK_VOID_PTR pParameter; CK_ULONG ulParameterLen;
pPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
PKCS#11: CK_CHAR_PTR pPassword; CK_ULONG ulPasswordLen;
pPassword - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pPassword; CK_ULONG ulPasswordLen;
pPrfData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
PKCS#11: CK_VOID_PTR pPrfData; CK_ULONG ulPrfDataLen;
pPrimeP - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
ulPAndGLen == pPrimeP.length == pBaseG.length PKCS#11: CK_BYTE_PTR pPrimeP; CK_ULONG ulPAndGLen;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
PKCS#11: CK_BYTE_PTR pPublicData; CK_ULONG ulPublicDataLen;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pPublicData; CK_ULONG ulPublicDataLen;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen; CK_BYTE_PTR pPublicData;
pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen2; CK_BYTE_PTR pPublicData2;
pPublicData2 - Variable in class iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulPublicDataLen2; CK_BYTE_PTR pPublicData2;
pRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
ulRandomLen == pRandomA.length == pRandomB.length PKCS#11: CK_BYTE_PTR pRandomA; CK_ULONG ulRandomLen;
pRandomA - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pRandomA; CK_ULONG ulRandomLen;
pRandomB - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEA_DERIVE_PARAMS
ulRandomLen == pRandomA.length == pRandomB.length PKCS#11: CK_BYTE_PTR pRandomB; CK_ULONG ulRandomLen;
prepareDigestFromTextArea() - Method in class it.trento.comune.j4sign.examples.GUITest
Takes text from data area and digests it.
pReserved - Variable in class iaik.pkcs.pkcs11.wrapper.CK_C_INITIALIZE_ARGS
PKCS#11: CK_VOID_PTR pReserved;
pReturnedKeyMaterial - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
PKCS#11: CK_SSL3_KEY_MAT_OUT_PTR pReturnedKeyMaterial;
prf - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
PKCS#11: CK_PKCS5_PBKD2_PSEUDO_RANDOM_FUNCTION_TYPE prf;
printCert(byte[]) - Method in class it.trento.comune.j4sign.examples.CertTest
 
printKeyUsage(boolean[]) - Method in class it.trento.comune.j4sign.examples.CertTest
 
progressBar - Variable in class it.trento.comune.j4sign.examples.GUITest
 
progressBar - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
progressBar - Variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
promptOverwrite - Variable in class it.trento.comune.j4sign.examples.PasswordMasker.StreamMasker
 
PROPERTIES_FILE - Static variable in class it.trento.comune.j4sign.examples.CLITest
 
PROPERTIES_FILE - Static variable in class it.trento.comune.j4sign.examples.GUITest
 
pSalt - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PBE_PARAMS
PKCS#11: CK_CHAR_PTR pSalt CK_ULONG ulSaltLen;
pSaltSourceData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_PKCS5_PBKD2_PARAMS
PKCS#11: CK_VOID_PTR pSaltSourceData; CK_ULONG ulSaltSourceDataLen;
pServerRandom - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_RANDOM_DATA
PKCS#11: CK_BYTE_PTR pServerRandom; CK_ULONG ulServerRandomLen;
pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH1_DERIVE_PARAMS
PKCS#11: CK_ULONG ulSharedDataLen; CK_BYTE_PTR pSharedData;
pSharedData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ECDH2_DERIVE_PARAMS
PKCS#11: CK_ULONG ulSharedDataLen; CK_BYTE_PTR pSharedData;
pSourceData - Variable in class iaik.pkcs.pkcs11.wrapper.CK_RSA_PKCS_OAEP_PARAMS
PKCS#11: CK_VOID_PTR pSourceData; CK_ULONG ulSourceDataLen;
pSubprimeQ - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SKIPJACK_PRIVATE_WRAP_PARAMS
PKCS#11: CK_BYTE_PTR pSubprimeQ; CK_ULONG ulQLen;
pValue - Variable in class iaik.pkcs.pkcs11.wrapper.CK_ATTRIBUTE
PKCS#11: CK_VOID_PTR pValue; CK_ULONG ulValueLen;
pVersion - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
PKCS#11: CK_VERSION_PTR pVersion;
pwd - Variable in class it.trento.comune.j4sign.examples.GUITest
 
pwd - Variable in class it.trento.comune.j4sign.examples.PKCS11SignApplet
 
pwd - Variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
Deprecated.
 
pX - Variable in class iaik.pkcs.pkcs11.wrapper.CK_KEY_WRAP_SET_OAEP_PARAMS
extra data PKCS#11: CK_BYTE_PTR pX; CK_ULONG ulXLen;
A B C D E F G H I J K L M N O P Q R S T U V W X Y