- RandomInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_KEY_MAT_PARAMS
-
PKCS#11:
CK_SSL3_RANDOM_DATA RandomInfo;
- RandomInfo - Variable in class iaik.pkcs.pkcs11.wrapper.CK_SSL3_MASTER_KEY_DERIVE_PARAMS
-
PKCS#11:
CK_SSL3_RANDOM_DATA RandomInfo;
- rc - Variable in exception com.ibm.opencard.terminal.pcsc10.PcscException
-
- readCert(byte[]) - Static method in class it.trento.comune.j4sign.verification.CertificationAuthorities
-
Reads and generates certificate from a sequence of bytes in DER or base64
Legge un certificato Certificate da una sequenza di bytes in DER o base64
e genera il certificato
- readCertFromFile(String) - Method in class it.trento.comune.j4sign.examples.CertTest
-
- readConsoleSecure(String) - Static method in class it.trento.comune.j4sign.examples.PasswordMasker
-
Reads and returns some sensitive piece of information (e.g. a password)
from the console (i.e.
- Reader - Variable in class com.ibm.opencard.terminal.pcsc10.PcscReaderState
-
Reader is the friendly reader name.
- reader - Variable in class it.trento.comune.j4sign.pcsc.CardInReaderInfo
-
- readers - Variable in class it.trento.comune.j4sign.pcsc.PCSCHelper
-
- readFile() - Method in class it.trento.comune.j4sign.verification.Verifier
-
- readLineSecure(PushbackInputStream) - Static method in class it.trento.comune.j4sign.examples.PasswordMasker
-
Reads chars from in until an end-of-line sequence (EOL) or end-of-file (EOF) is encountered,
and then returns the data as a char[].
- readPassword() - Method in class it.trento.comune.j4sign.examples.CLITest
-
Uses the
PasswordMasker
class to securely read characters from the
console; it's a pity that java language does not includes this in its
standard set of features.
- readTsdFromFile(String) - Method in class it.trento.comune.j4sign.examples.TsdTest
-
- reasonCode - Variable in class it.trento.comune.j4sign.verification.X509CertRL
-
- reciCert - Variable in class it.trento.comune.j4sign.examples.CLITest
-
- reciDN - Variable in class it.trento.comune.j4sign.examples.CLITest
-
- reciKP - Variable in class it.trento.comune.j4sign.examples.CLITest
-
- removeCertificateAuthority(Principal) - Method in class it.trento.comune.j4sign.verification.CertificationAuthorities
-
Remove the specified CA from the list of CA
Rimuove dalla lista delle CA riconosciute la CA specificata da caName
- removeUpdate(DocumentEvent) - Method in class it.trento.comune.j4sign.examples.GUITest
-
- repeatChars(char, int) - Static method in class it.trento.comune.j4sign.examples.PasswordMasker.StreamMasker
-
Returns a String of the specified length which consists of entirely of the char c.
- RESET - Static variable in class it.trento.comune.j4sign.examples.DigestSignTask
-
- RESET - Static variable in class it.trento.comune.j4sign.examples.FindCertTask
-
- RESET - Static variable in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
- resetCRLerror() - Method in class it.trento.comune.j4sign.verification.X509CertRL
-
- retrieveAuthenticatedAttributesPrintout() - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
Implements the HTTP GET request that returns the textual representation
of the current "authenticated attributes".
- retrieveDigestInfo() - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
Implements the HTTP GET request that returns the data to digest and
encrypt..
- retrieveTextToSign() - Method in class it.trento.comune.j4sign.examples.SimpleSignApplet
-
Deprecated.
Implements the HTTP GET request that returns the message to sign.
- retriveEncodedDigestFromServer(boolean) - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- retriveSignerInfoGenerator(String) - Method in class it.trento.comune.j4sign.examples.CMSServlet
-
Deprecated.
Gets the ExternalSignatureSignerInfoGenerator
generator
which originally produced the given storeKey
.
- returnCertificateToForm() - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
Interfaces via javascript with the embedding page for setting the
certificate field on the form.
- returnCode() - Method in exception com.ibm.opencard.terminal.pcsc10.PcscException
-
provides application with PCSC return code.
- returnEncodedDigestToForm() - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
Interfaces via javascript with the embedding page for setting the digest
field on the form (useful only for testing purpose in debug mode).
- returnEncryptedDigestToForm() - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
Interfaces via javascript with the embedding page for setting the
encrypted digest field on the form.
- returnEncryptedDigestToServer() - Method in class it.trento.comune.j4sign.examples.PKCS11SignApplet
-
- ricercaCrlByLDAP(String, Principal) - Method in class it.trento.comune.j4sign.verification.X509CertRL
-
- ricercaCrlByProxyHTTP(URL) - Method in class it.trento.comune.j4sign.verification.X509CertRL
-
- risultati - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- risultatiCs - Variable in class it.trento.comune.j4sign.verification.VerifyResult
-
- roots - Variable in class it.trento.comune.j4sign.verification.RootsVerifier
-
- RootsVerifier - Class in it.trento.comune.j4sign.verification
-
- RootsVerifier(String, byte[]) - Constructor for class it.trento.comune.j4sign.verification.RootsVerifier
-
- rootsVerifier - Variable in class it.trento.comune.j4sign.verification.Verifier
-
- run() - Method in class it.trento.comune.j4sign.examples.PasswordMasker.StreamMasker
-
Repeatedly overwrites the current line of out with prompt followed by blanks.