Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W
X
A
Asymmetric
- class net.sourceforge.jcetaglib.lib.
Asymmetric
.
Asymmetric encryption & decryption routines with BouncyCastle JCE provider
Asymmetric()
- Constructor for class net.sourceforge.jcetaglib.lib.
Asymmetric
AsymmetricTest
- class net.sourceforge.jcetaglib.test.
AsymmetricTest
.
A collection of asymmetric encryption/decryption tests (public/private key)
AsymmetricTest()
- Constructor for class net.sourceforge.jcetaglib.test.
AsymmetricTest
alg
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
B
blank(byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
Clean
zero out the passed in byte array
blank(StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
Clean
zero out the passed in StringBuffer
bytesToPublicKey(byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
DHKeyAgreement
convert byte representation of a public key to a PublicKey object
C
CertTools
- class net.sourceforge.jcetaglib.lib.
CertTools
.
Tools to handle common certificate operations.
CertTools()
- Constructor for class net.sourceforge.jcetaglib.lib.
CertTools
Creates new CertTools
CertificateException
- exception net.sourceforge.jcetaglib.exceptions.
CertificateException
.
This exception is thrown when generating or reading went wrong
CertificateException()
- Constructor for class net.sourceforge.jcetaglib.exceptions.
CertificateException
base constructor.
CertificateException(String)
- Constructor for class net.sourceforge.jcetaglib.exceptions.
CertificateException
create a CertificateException with the given message.
CertificateFromRequest
- class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
.
JSP tag for generating X.509 certificates from PKCS#10 or Netscape requests
CertificateFromRequest()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
CertificateInfo
- class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
.
JSP tag used retrieving information from a X.509 certificate
CertificateInfo()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
CertificateRequestInfo
- class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
.
JSP tag for retrieving info from PKCS#10 requests
CertificateRequestInfo()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
Clean
- class net.sourceforge.jcetaglib.lib.
Clean
.
Clean byte arrays & string buffers
Clean()
- Constructor for class net.sourceforge.jcetaglib.lib.
Clean
CreateCRL(BigInteger[], int, long, String, X509Certificate, PrivateKey)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Create a CRL (Certification Revokation List)
CreateCRL
- class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
.
JSP tag for creating CRL (certificate revocation list)
CreateCRL()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
CreateFormDigest
- class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
.
JSP tag creating a form digest
CreateFormDigest()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
CreatePKCS10
- class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
.
JSP tag for creating a PKCS#10 certificate request
CreatePKCS10()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
CreateSignature
- class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
.
JSP tag used for creating SIG (signatures) of strings and files
CreateSignature()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
Crypt
- class net.sourceforge.jcetaglib.lib.
Crypt
.
Symmetric block/stream cipher encryption & decryption routines for use with BouncyCastle JCE provider
Crypt()
- Constructor for class net.sourceforge.jcetaglib.lib.
Crypt
CryptTest
- class net.sourceforge.jcetaglib.test.
CryptTest
.
A collection of blockcipher encryption/decryption tests
CryptTest()
- Constructor for class net.sourceforge.jcetaglib.test.
CryptTest
CryptoException
- exception net.sourceforge.jcetaglib.exceptions.
CryptoException
.
This exception is thrown when encrypting/decrypting string or files went wrong
CryptoException()
- Constructor for class net.sourceforge.jcetaglib.exceptions.
CryptoException
base constructor.
CryptoException(String)
- Constructor for class net.sourceforge.jcetaglib.exceptions.
CryptoException
create a CryptoException with the given message.
certrequest
- Variable in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
certrequest
- Variable in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
clearText()
- Method in class net.sourceforge.jcetaglib.tools.
safeText
Wipe text from memory
createAuthorityKeyId(PublicKey)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
createP12(String, PrivateKey, X509Certificate, X509Certificate)
- Static method in class net.sourceforge.jcetaglib.tools.
KeyTools
Creates PKCS12-file that can be imported in IE or Netscape.
createP12(String, PrivateKey, X509Certificate, Certificate[])
- Static method in class net.sourceforge.jcetaglib.tools.
KeyTools
Creates PKCS12-file that can be imported in IE or Netscape.
createSubjectKeyId(PublicKey)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
D
DHKeyAgreement
- class net.sourceforge.jcetaglib.lib.
DHKeyAgreement
.
Diffie-Hellman key agreement
DHKeyAgreement()
- Constructor for class net.sourceforge.jcetaglib.lib.
DHKeyAgreement
DHKeyAgreementTest
- class net.sourceforge.jcetaglib.test.
DHKeyAgreementTest
.
DHKeyAgreementTest()
- Constructor for class net.sourceforge.jcetaglib.test.
DHKeyAgreementTest
DecryptAndVerifyHMAC
- class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
.
JSP tag used for decrypting data & verify MAC
DecryptAndVerifyHMAC()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
DecryptAndVerifySignature
- class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
.
JSP tag used for decrypting & verify signed data
DecryptAndVerifySignature()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
Digest
- class net.sourceforge.jcetaglib.taglib.crypto.
Digest
.
JSP tag used for creating message digests (hashing) of strings and files
Digest()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
Digest
DigestTest
- class net.sourceforge.jcetaglib.test.
DigestTest
.
A collection of digesters (hash) tests
DigestTest()
- Constructor for class net.sourceforge.jcetaglib.test.
DigestTest
Digesters
- class net.sourceforge.jcetaglib.lib.
Digesters
.
Digest/hash routines for use with BouncyCastle JCE provider
Digesters()
- Constructor for class net.sourceforge.jcetaglib.lib.
Digesters
decode(String)
- Static method in class net.sourceforge.jcetaglib.tools.
Hex
Decodar hex till binärt
decrypt(String, String, String, String, String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Decrypts a ciphered BASE64 string with a symmetric key
decrypt(StringBuffer, PrivateKey)
- Static method in class net.sourceforge.jcetaglib.lib.
Asymmetric
decrypts text with a private RSA key (from a X.509 certificate)
decrypt(InputStream, DataOutputStream, PrivateKey, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Asymmetric
Decrypts an inputstream, encrypted with an RSA public key (from X.509), with the corresponding private key
decrypt(StringBuffer, String, StringBuffer, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Decrypts a message with a symmetric key
decrypt(StringBuffer, Key, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Decrypts a message with a symmetric key
decrypt(InputStream, DataOutputStream, Key, String, String, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Decrypts any inputstream with a symmetric key
decrypt(StringBuffer, StringBuffer, String)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Decrypts a ciphertext with PBE
decrypt(InputStream, DataOutputStream, StringBuffer, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Decrypts any inputstream with PBE
decryptAndVerify(StringBuffer, PrivateKey, SignerCertificate, String, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
decrypt and verify text signature
decryptAndVerify(InputStream, DataOutputStream, PrivateKey, SignerCertificate, String, String, String, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
decrypt and verify inputstream signature (which must support mark/reset)
decryptAndVerifyHMAC(StringBuffer, PrivateKey, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Decrypts and verifies text with HMAC
decryptAndVerifyHMAC(InputStream, DataOutputStream, PrivateKey, String, String, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Decrypts and verifies an inputstream (which must support mark/reset) with HMAC
decryptFile(String, String, String, StringBuffer, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Decrypts a file with a symmetric key
decryptFile(String, String, StringBuffer, String)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Decrypts a ciphered file with PBE
decryptFileAndVerify(String, String, PrivateKey, SignerCertificate, String, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
decryptFileAndVerifyHMAC(String, String, PrivateKey, String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Decrypts and verifies file with HMAC
decryptPrivateKey(byte[], String)
- Static method in class net.sourceforge.jcetaglib.tools.
KeyTools
decrypts an RSA private key.
digest(String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Creates a digest from a string
digestalg
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
doEndTag()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
doStartTag()
- Method in class net.sourceforge.jcetaglib.taglib.
GetVersion
doStartTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
doStartTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
doStartTag()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
E
ELFunctions
- class net.sourceforge.jcetaglib.jsp20.
ELFunctions
.
JSP 2.0 EL (Expression Language) based JCE functions
ELFunctions()
- Constructor for class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Encrypt
- class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
.
JSP tag used for symmetric key encryption/decryption of strings
Encrypt()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
EncryptAndSign
- class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
.
JSP tag used for encrypting & signing data
EncryptAndSign()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
EncryptWithCert
- class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
.
JSP tag used for encryption/decryption of strings with public/private keys (X.509 certificates)
EncryptWithCert()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
EncryptWithHMAC
- class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
.
JSP tag used for encrypting data with a HMAC code
EncryptWithHMAC()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
encode(byte[])
- Static method in class net.sourceforge.jcetaglib.tools.
Hex
Encodar binärt till hex
encrypt(String, String, String, String, String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Encrypts a string with a symmetric key and returns the ciphered text in BASE64 format.
encrypt(StringBuffer, PublicKey)
- Static method in class net.sourceforge.jcetaglib.lib.
Asymmetric
Encrypts text with a public RSA key (from a X.509 certificate)
encrypt(InputStream, DataOutputStream, PublicKey, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Asymmetric
Encrypts an inputstream with a public RSA key (from a X.509 certificate) This result can only be decrypted with the corresponding private key
encrypt(StringBuffer, String, StringBuffer, String, String, String, byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Encrypts a message with a symmetric key
encrypt(StringBuffer, Key, String, String, String, byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Encrypts a message with a symmetric key
encrypt(InputStream, DataOutputStream, Key, String, String, String, byte[], int)
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Encrypts any inputstream with a symmetric key
encrypt(StringBuffer, StringBuffer, String)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Encrypts a string with PBE and returns the ciphered text in BASE64 format.
encrypt(StringBuffer, StringBuffer, byte[], String)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Encrypts a string with PBE and returns the ciphered text in BASE64 format.
encrypt(InputStream, DataOutputStream, byte[], StringBuffer, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Encrypts any inputstream with PBE (password-based encryption)
encryptAndSign(StringBuffer, PublicKey, PrivateKey, X509Certificate, String, String, byte[], int, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Encrypt and sign a text
encryptAndSign(InputStream, DataOutputStream, PublicKey, PrivateKey, X509Certificate, String, String, byte[], int, String, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Encrypt and sign any inputstream
encryptFile(String, String, String, StringBuffer, String, String, String, byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
Crypt
Encrypts a file with a symmetric key
encryptFile(String, String, StringBuffer, String)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Encrypts a file with PBE and creates a new file with the result.
encryptFile(String, String, StringBuffer, byte[], String)
- Static method in class net.sourceforge.jcetaglib.lib.
PBECrypt
Encrypts a file with PBE and creates a new file with the result.
encryptFileAndSign(String, String, PublicKey, PrivateKey, X509Certificate, String, String, byte[], int, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Encrypt and sign a file
encryptFileWithHMAC(String, String, PublicKey, String, byte[], int, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Encrypts file with an HMAC
encryptWithHMAC(StringBuffer, PublicKey, String, byte[], int, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Encrypts text with an HMAC
encryptWithHMAC(InputStream, DataOutputStream, PublicKey, String, byte[], int, String, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Hybrid
Encrypts any inputstream with an HMAC
F
FileEncrypt
- class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
.
JSP tag used for symmetric key encryption/decryption of files
FileEncrypt()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
FileTools
- class net.sourceforge.jcetaglib.tools.
FileTools
.
Tools to handle some common file operations.
FileTools()
- Constructor for class net.sourceforge.jcetaglib.tools.
FileTools
Creates new FileTools
formDigest(StringBuffer, String, String, StringBuffer, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Digesters
Creates a form digest string (= return digest from a text appended to a symmetric key)
formdigest(String, String, String, String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Creates a form digest from a parameter string
G
GenerateKey
- class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
.
JSP tag used to generate a secret/shared (=symmetric) key and store it in a file
GenerateKey()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
GetVersion
- class net.sourceforge.jcetaglib.taglib.
GetVersion
.
JSP tag to print out BouncyCastle JCE provider and JCETaglib version number
GetVersion()
- Constructor for class net.sourceforge.jcetaglib.taglib.
GetVersion
generateDHKeyPair()
- Static method in class net.sourceforge.jcetaglib.lib.
DHKeyAgreement
Generate DH keypair based on SKIP Modulus
generateFileMAC(String, String, StringBuffer, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Macs
Returns a MAC (Message Authentication Code) from a file
generateFileSIG(String, PrivateKey, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Signatures
Generates and returns a SIG (Signature) from a file
generateKey(String, int, byte[], String, StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
Keystore
Generates a secret (= symmetric) key object and store it in a file
generateKeyPair(String, int, byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Generate key pair (public & private key)
generateMAC(StringBuffer, String, StringBuffer, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Macs
Returns a MAC (Message Authentication Code) from a text
generateMAC(InputStream, DataOutputStream, String, StringBuffer, String, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Macs
Returns a MAC (Message Authentication Code) from any inputstream
generateSHA1Fingerprint(byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Generate a SHA1 fingerprint from a byte array containing a X.509 certificate
generateSIG(StringBuffer, PrivateKey, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Signatures
Generates and returns a SIG (Signature) from a text
generateSIG(InputStream, DataOutputStream, PrivateKey, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Signatures
Generates and returns a SIG (Signature) from any inputstream
generateSessionKey(PublicKey, PrivateKey, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
DHKeyAgreement
Create session key from DH keypair
getAlgorithm()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getBytesFromPEM(byte[], String, String)
- Static method in class net.sourceforge.jcetaglib.tools.
FileTools
Reads binary bytes from a PEM-file.
getCACertificateFromP12(String, String, StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Read CA certificate from PKCS12 keystore
getCRLfromByteArray(byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Creates X509CRL from byte[].
getCacertificate()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
getCert()
- Method in class net.sourceforge.jcetaglib.tools.
SignerCertificate
Get certificate
getCert()
- Method in class net.sourceforge.jcetaglib.tools.
signerInfo
Get certificate
getCertChain(KeyStore, String)
- Static method in class net.sourceforge.jcetaglib.tools.
KeyTools
Retrieves the certificate chain from a keystore.
getCertfromPEM(String)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Reads a certificate in PEM-format from a file.
getCertfromPEM(InputStream)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Reads a certificate in PEM-format from an InputStream.
getCertificate()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
getCertificate()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
getCertificate()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
getCertificate()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
getCertificate()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
getCertificateAsPem(X509Certificate)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Encodes a certificate as a PEM formatted string
getCertificateFromP12(String, String, StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Read certificate from PKCS12 keystore
getCertrequest()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
getDerstring()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
getFingerprint()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
getFingerprint()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getFingerprint()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
getFingerprint()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
getFingerprintAsString(X509Certificate)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Generate SHA1 fingerprint of certificate in string representation.
getIssuer()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getNetscapeRequest(String)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Reads a Netscape formatted certification request from a PEM string
getPKCS10Request(String)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Reads a PKCS10 certification request from a PEM string
getPartFromDN(String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Gets a specified part of a DN.
getPrivateAsPem(PrivateKey)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Encodes a private key as a PEM formatted string
getPrivateFromP12(String, String, StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Read private key from PKCS12 keystore
getPrivatefromPEM(String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
getPrivatefromPEM(InputStream, String)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
getPrivatekey()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
getPrivatekey()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
getPrivatekey()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
getPrivatekey()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
getRequest()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
getScope(String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
getSecureRandom(byte[])
- Static method in class net.sourceforge.jcetaglib.lib.
Seed
Create and seed SecureRandom (from optional seed, random file or self-seed)
getSerialnumber()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
getSerialnumber()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getSerialnumber()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
getSerialnumber()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
getStatus()
- Method in class net.sourceforge.jcetaglib.tools.
signerInfo
Get status (VALID or INVALID).
getSubject()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getSubjectdn()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
getText()
- Method in class net.sourceforge.jcetaglib.tools.
safeText
Retrieve text
getValidfrom()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getValidsignature()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
getValidto()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
getValue()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
getVar()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
getVerifyinfo()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
H
HMAC
- class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
.
JSP tag used for creating HMAC (message authentication code) of strings and files
HMAC()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
HeaderException
- exception net.sourceforge.jcetaglib.exceptions.
HeaderException
.
This exception is thrown when package header is broken
HeaderException()
- Constructor for class net.sourceforge.jcetaglib.exceptions.
HeaderException
base constructor.
HeaderException(String)
- Constructor for class net.sourceforge.jcetaglib.exceptions.
HeaderException
create a CryptoException with the given message.
Hex
- class net.sourceforge.jcetaglib.tools.
Hex
.
This class implements a hex decoder, decoding a string with hex-characters into the binary form.
Hex()
- Constructor for class net.sourceforge.jcetaglib.tools.
Hex
Hybrid
- class net.sourceforge.jcetaglib.lib.
Hybrid
.
Hybrid encryption & decryption routines for use with BouncyCastle JCE provider
Hybrid()
- Constructor for class net.sourceforge.jcetaglib.lib.
Hybrid
HybridTest
- class net.sourceforge.jcetaglib.test.
HybridTest
.
A collection of hybrid encryption tests
HybridTest()
- Constructor for class net.sourceforge.jcetaglib.test.
HybridTest
hash(StringBuffer, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Digesters
Returns a message digest (hash) from a text
hash(InputStream, DataOutputStream, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Digesters
Returns a message digest (hash) from an inputstream (one-way encryption)
hashFile(String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Digesters
Returns a message digest (hash) from a file
I
InvalidHMACException
- exception net.sourceforge.jcetaglib.exceptions.
InvalidHMACException
.
This exception is thrown when HMAC code is invalid
InvalidHMACException()
- Constructor for class net.sourceforge.jcetaglib.exceptions.
InvalidHMACException
base constructor.
InvalidHMACException(String)
- Constructor for class net.sourceforge.jcetaglib.exceptions.
InvalidHMACException
create a InvalidHMACException with the given message.
InvalidSignatureException
- exception net.sourceforge.jcetaglib.exceptions.
InvalidSignatureException
.
This exception is thrown when a signature is invalid or could not be verified
InvalidSignatureException()
- Constructor for class net.sourceforge.jcetaglib.exceptions.
InvalidSignatureException
base constructor.
InvalidSignatureException(String)
- Constructor for class net.sourceforge.jcetaglib.exceptions.
InvalidSignatureException
create a InvalidSignatureException with the given message.
isSelfSigned(X509Certificate)
- Static method in class net.sourceforge.jcetaglib.lib.
CertTools
Checks if a certificate is self signed by verifying if subject and issuer are the same.
K
KeyTest
- class net.sourceforge.jcetaglib.test.
KeyTest
.
A collection of symmetric & asymmetric key tests
KeyTest()
- Constructor for class net.sourceforge.jcetaglib.test.
KeyTest
KeyTools
- class net.sourceforge.jcetaglib.tools.
KeyTools
.
Tools to handle common key and keystore operations.
Keystore
- class net.sourceforge.jcetaglib.lib.
Keystore
.
Load & generate symmetric keystores
Keystore()
- Constructor for class net.sourceforge.jcetaglib.lib.
Keystore
KeystoreException
- exception net.sourceforge.jcetaglib.exceptions.
KeystoreException
.
This exception is thrown when loading/creating symmetric keysores went wrong
KeystoreException()
- Constructor for class net.sourceforge.jcetaglib.exceptions.
KeystoreException
base constructor.
KeystoreException(String)
- Constructor for class net.sourceforge.jcetaglib.exceptions.
KeystoreException
create a CryptoException with the given message.
L
loadKey(String, String, StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
Keystore
Load the secret (= symmetric) key object from the keystore
M
MacInputStream
- class net.sourceforge.jcetaglib.tools.
MacInputStream
.
MacInputStream.
MacInputStream(InputStream, Mac)
- Constructor for class net.sourceforge.jcetaglib.tools.
MacInputStream
MacOutputStream
- class net.sourceforge.jcetaglib.tools.
MacOutputStream
.
MacOutputStream.
MacOutputStream(OutputStream, Mac)
- Constructor for class net.sourceforge.jcetaglib.tools.
MacOutputStream
MacTest
- class net.sourceforge.jcetaglib.test.
MacTest
.
A collection of blockcipher MAC tests
MacTest()
- Constructor for class net.sourceforge.jcetaglib.test.
MacTest
Macs
- class net.sourceforge.jcetaglib.lib.
Macs
.
Create MACs (Message Authentication Code) with the BouncyCastle JCE provider
Macs()
- Constructor for class net.sourceforge.jcetaglib.lib.
Macs
mac(String, String, String, String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Create a MAC from a string
macalg
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
main(String[])
- Static method in class net.sourceforge.jcetaglib.test.
RunTest
Main method to run the tests from the command line
main(String[])
- Static method in class net.sourceforge.jcetaglib.tools.
Hex
modes
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
N
net.sourceforge.jcetaglib.exceptions
- package net.sourceforge.jcetaglib.exceptions
net.sourceforge.jcetaglib.jsp20
- package net.sourceforge.jcetaglib.jsp20
net.sourceforge.jcetaglib.lib
- package net.sourceforge.jcetaglib.lib
net.sourceforge.jcetaglib.taglib
- package net.sourceforge.jcetaglib.taglib
net.sourceforge.jcetaglib.taglib.crypto
- package net.sourceforge.jcetaglib.taglib.crypto
net.sourceforge.jcetaglib.taglib.x509
- package net.sourceforge.jcetaglib.taglib.x509
net.sourceforge.jcetaglib.test
- package net.sourceforge.jcetaglib.test
net.sourceforge.jcetaglib.tools
- package net.sourceforge.jcetaglib.tools
P
PBECrypt
- class net.sourceforge.jcetaglib.lib.
PBECrypt
.
PBE (Password-based) encryption & decryption routines for use with BouncyCastle JCE provider
PBECrypt()
- Constructor for class net.sourceforge.jcetaglib.lib.
PBECrypt
PBEEncrypt
- class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
.
JSP tag used for PBE (password-based) encryption/decryption of strings
PBEEncrypt()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
PBEFileEncrypt
- class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
.
JSP tag used for PBE (password-based) encryption/decryption of files
PBEFileEncrypt()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
PBETest
- class net.sourceforge.jcetaglib.test.
PBETest
.
A collection of PBE encryption/decryption tests
PBETest()
- Constructor for class net.sourceforge.jcetaglib.test.
PBETest
PEMtoDER
- class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
.
JSP tag for converting PEM strings to DER strings
PEMtoDER()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
padding
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
pbealg
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
pbedecrypt(String, String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Decrypts a ciphered BASE64 string with PBE
pbeencrypt(String, String, String)
- Static method in class net.sourceforge.jcetaglib.jsp20.
ELFunctions
Encrypts a string with PBE and returns the ciphered text in BASE64 format.
pemstring
- Variable in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
publicKeyToBytes(PublicKey)
- Static method in class net.sourceforge.jcetaglib.lib.
DHKeyAgreement
get a byte presentation of a PublicKey object
R
ReadP12
- class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
.
JSP tag for reading certificates from a PKCS#12 (P12) keystore
ReadP12()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
RunTest
- class net.sourceforge.jcetaglib.test.
RunTest
.
All tests
RunTest()
- Constructor for class net.sourceforge.jcetaglib.test.
RunTest
read()
- Method in class net.sourceforge.jcetaglib.tools.
MacInputStream
read(byte[])
- Method in class net.sourceforge.jcetaglib.tools.
MacInputStream
read(byte[], int, int)
- Method in class net.sourceforge.jcetaglib.tools.
MacInputStream
read()
- Method in class net.sourceforge.jcetaglib.tools.
SignatureInputStream
read(byte[])
- Method in class net.sourceforge.jcetaglib.tools.
SignatureInputStream
read(byte[], int, int)
- Method in class net.sourceforge.jcetaglib.tools.
SignatureInputStream
readFiletoBuffer(String)
- Static method in class net.sourceforge.jcetaglib.tools.
FileTools
Helpfunction to read a file to a byte array.
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
release()
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
release()
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
replace(String, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Replaces all occurrences of a string in a text with another string
replace(String, String, String)
- Static method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
S
Seed
- class net.sourceforge.jcetaglib.lib.
Seed
.
Create SecureRandom seed from different sources
Seed()
- Constructor for class net.sourceforge.jcetaglib.lib.
Seed
SelfSign
- class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
.
JSP tag used for generating self-signed X.509 certificates
SelfSign()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
Sign
- class net.sourceforge.jcetaglib.taglib.x509.
Sign
.
JSP tag used for generating signed X.509 certificates
Sign()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
Sign
SignatureInputStream
- class net.sourceforge.jcetaglib.tools.
SignatureInputStream
.
SignatureInputStream.
SignatureInputStream(InputStream, Signature)
- Constructor for class net.sourceforge.jcetaglib.tools.
SignatureInputStream
SignatureOutputStream
- class net.sourceforge.jcetaglib.tools.
SignatureOutputStream
.
Signature output stream is a stream wrapper that passes data though a Signature object before passing it on.
SignatureOutputStream(OutputStream, Signature)
- Constructor for class net.sourceforge.jcetaglib.tools.
SignatureOutputStream
SignatureTest
- class net.sourceforge.jcetaglib.test.
SignatureTest
.
A collection of SIG (siganture) tests
SignatureTest()
- Constructor for class net.sourceforge.jcetaglib.test.
SignatureTest
Signatures
- class net.sourceforge.jcetaglib.lib.
Signatures
.
Create and verify SIGs (Signatures) with the BouncyCastle JCE provider
Signatures()
- Constructor for class net.sourceforge.jcetaglib.lib.
Signatures
SignerCertificate
- class net.sourceforge.jcetaglib.tools.
SignerCertificate
.
Object containing information from a signed object
SignerCertificate()
- Constructor for class net.sourceforge.jcetaglib.tools.
SignerCertificate
safeText
- class net.sourceforge.jcetaglib.tools.
safeText
.
Object containing text that can be removed from memory by calling clearText() method
safeText()
- Constructor for class net.sourceforge.jcetaglib.tools.
safeText
saveAsP12(X509Certificate, X509Certificate, PrivateKey, String, String, StringBuffer)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Saves certificate and corresponding private key as a P12 keystore
selfsign(PrivateKey, PublicKey, String, long, String, boolean, String)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Creates a self-signed certificate
setAction(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setAction(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setAction(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setAction(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setAction(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
setAlgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setCacertificate(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setCapemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setCapemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setCastoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setCastorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setCastorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setCert(X509Certificate)
- Method in class net.sourceforge.jcetaglib.tools.
SignerCertificate
Set certificate
setCert(X509Certificate)
- Method in class net.sourceforge.jcetaglib.tools.
signerInfo
Set certificate
setCertificate(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setCertificate(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setCertificate(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setCertificate(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setCertificate(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setCertrequest(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setCertrequest(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
setCerts(BigInteger[])
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setCrldisturi(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setCrldisturi(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setCrlfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setCrlfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setCrlnumber(int)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setCrlperiod(long)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setDerstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
setDigest(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
setFile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setFingerprint(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setFingerprint(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setFingerprint(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setFingerprint(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setHmacname(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setIsca(boolean)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setIsca(boolean)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setIsca(boolean)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setIssuer(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setKeyfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setKeyfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setKeyfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setKeyfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
setKeyfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setKeylength(int)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setKeylength(int)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setKeylength(int)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setKeypairalgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setKeypairalgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setKeypairalgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setMode(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setMode(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setMode(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setMode(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setMode(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setMode(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setNetscapeextensions(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setNetscapeextensions(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setNetscapeextensions(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setNewfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setNewfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setNewfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setNewfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setNewfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setNewfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
setPadding(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setPadding(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setPadding(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setPadding(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setPadding(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setPadding(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
FileEncrypt
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setPassphrase(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
setPemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setPemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setPemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setPemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setPemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setPemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setPemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setPemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setPemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setPemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
setPemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setPrivatekey(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setPrivatekey(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setPrivatekey(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setPrivatekey(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setRecpemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setRecpemfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setRecpemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setRecpemstring(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setRequest(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setRequesttype(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setReturnprivatekey(boolean)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
PEMtoDER
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setScope(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setSeed(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setSeed(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setSeed(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
setSeed(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setSeed(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEFileEncrypt
setSerialnumber(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setSerialnumber(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setSerialnumber(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setSerialnumber(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setSigname(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setSigname(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setSigname(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setSigname(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setSignature(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setSignaturealgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setSignaturealgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setSignaturealgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setSignaturealgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setSignaturealgorithm(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setSignentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setSignentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setSignentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setSignfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setSignfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setSignfile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setSignpassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setSignpassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreateCRL
setSignpassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setStatus(String)
- Method in class net.sourceforge.jcetaglib.tools.
signerInfo
Set status (VALID or INVALID).
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setStoreentry(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setStorefile(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
ReadP12
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setStorepassword(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
setStrength(int)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setStrength(int)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setStrength(int)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
GenerateKey
setSubject(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setSubjectdn(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setSubjectdn(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateRequestInfo
setSubjectdn(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CreatePKCS10
setSubjectdn(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setSubjectdn(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setText(byte[])
- Method in class net.sourceforge.jcetaglib.tools.
safeText
Set text
setUp()
- Method in class net.sourceforge.jcetaglib.test.
CryptTest
setup test
setUp()
- Method in class net.sourceforge.jcetaglib.test.
DigestTest
setup test
setUp()
- Method in class net.sourceforge.jcetaglib.test.
HybridTest
setup test
setUp()
- Method in class net.sourceforge.jcetaglib.test.
MacTest
setup test
setUp()
- Method in class net.sourceforge.jcetaglib.test.
PBETest
setup test
setUp()
- Method in class net.sourceforge.jcetaglib.test.
SignatureTest
setup test
setValidfrom(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setValidity(long)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateFromRequest
setValidity(long)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
SelfSign
setValidity(long)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
Sign
setValidsignature(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setValidto(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
CertificateInfo
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setValue(StringBuffer)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateFormDigest
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
CreateSignature
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifyHMAC
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
DecryptAndVerifySignature
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Digest
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
Encrypt
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptAndSign
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithCert
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
EncryptWithHMAC
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
HMAC
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
PBEEncrypt
setVar(String)
- Method in class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
setVerifyinfo(String)
- Method in class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
sig
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
sign(PublicKey, PrivateKey, X509Certificate, String, long, String, boolean, String, String)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Create a signed certificate
signerInfo
- class net.sourceforge.jcetaglib.tools.
signerInfo
.
Object containing information from a signed object
signerInfo()
- Constructor for class net.sourceforge.jcetaglib.tools.
signerInfo
suite()
- Static method in class net.sourceforge.jcetaglib.test.
RunTest
Returns a test suite to the JUnit test runner.
T
TEMPFOLDER
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
testAgreement()
- Method in class net.sourceforge.jcetaglib.test.
DHKeyAgreementTest
testAsymmetric()
- Method in class net.sourceforge.jcetaglib.test.
AsymmetricTest
test asymmetric encryption
testBlockCipher()
- Method in class net.sourceforge.jcetaglib.test.
CryptTest
test block cipher encryption
testDigest()
- Method in class net.sourceforge.jcetaglib.test.
DigestTest
test digesters
testEncryptAndSign()
- Method in class net.sourceforge.jcetaglib.test.
HybridTest
test encryption with signature
testEncryptFileAndSign()
- Method in class net.sourceforge.jcetaglib.test.
HybridTest
test file encryption with signature
testEncryptFileWithHMAC()
- Method in class net.sourceforge.jcetaglib.test.
HybridTest
test file encryption with HMAC
testEncryptWithHMAC()
- Method in class net.sourceforge.jcetaglib.test.
HybridTest
test encryption with HMAC
testFileBlockCipher()
- Method in class net.sourceforge.jcetaglib.test.
CryptTest
test file block cipher encryption
testFileDigest()
- Method in class net.sourceforge.jcetaglib.test.
DigestTest
test file digesters
testFileMac()
- Method in class net.sourceforge.jcetaglib.test.
MacTest
test file MAC
testFilePBE()
- Method in class net.sourceforge.jcetaglib.test.
PBETest
test file PBE encryption
testFileSignature()
- Method in class net.sourceforge.jcetaglib.test.
SignatureTest
test Signature from file
testFormDigest()
- Method in class net.sourceforge.jcetaglib.test.
DigestTest
test form digest
testGenerateCertificates()
- Method in class net.sourceforge.jcetaglib.test.
KeyTest
testing X.509 certificate generation
testGenerateKeys()
- Method in class net.sourceforge.jcetaglib.test.
KeyTest
test generating symmetric (block cipher) keystores
testMac()
- Method in class net.sourceforge.jcetaglib.test.
MacTest
test MAC
testPBE()
- Method in class net.sourceforge.jcetaglib.test.
PBETest
test PBE encryption
testPCKS10Request()
- Method in class net.sourceforge.jcetaglib.test.
X509CertTest
test PKCS10 request
testReadCertificates()
- Method in class net.sourceforge.jcetaglib.test.
KeyTest
reading test of X.509 certificates
testSignature()
- Method in class net.sourceforge.jcetaglib.test.
SignatureTest
test Signature
testVerifyCertificate()
- Method in class net.sourceforge.jcetaglib.test.
X509CertTest
test CRL generation & certificate verification
text
- Static variable in class net.sourceforge.jcetaglib.test.
RunTest
V
VerifyCertificate
- class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
.
JSP tag for verifying X.509 certificates
VerifyCertificate()
- Constructor for class net.sourceforge.jcetaglib.taglib.x509.
VerifyCertificate
VerifySignature
- class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
.
JSP tag used for verifying SIG (signatures) of strings and files
VerifySignature()
- Constructor for class net.sourceforge.jcetaglib.taglib.crypto.
VerifySignature
verifyCertificate(X509Certificate, X509Certificate, X509CRL)
- Static method in class net.sourceforge.jcetaglib.lib.
X509Cert
Verify a certificate
verifyFileSIG(String, StringBuffer, PublicKey, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Signatures
Verifies a signature from a file
verifySIG(StringBuffer, StringBuffer, PublicKey, String)
- Static method in class net.sourceforge.jcetaglib.lib.
Signatures
Verifies a signature from a text
verifySIG(InputStream, StringBuffer, PublicKey, String, int)
- Static method in class net.sourceforge.jcetaglib.lib.
Signatures
Verifies a signature from any inputstream
W
write(int)
- Method in class net.sourceforge.jcetaglib.tools.
MacOutputStream
write(byte[])
- Method in class net.sourceforge.jcetaglib.tools.
MacOutputStream
write(byte[], int, int)
- Method in class net.sourceforge.jcetaglib.tools.
MacOutputStream
write(int)
- Method in class net.sourceforge.jcetaglib.tools.
SignatureOutputStream
write(byte[])
- Method in class net.sourceforge.jcetaglib.tools.
SignatureOutputStream
write(byte[], int, int)
- Method in class net.sourceforge.jcetaglib.tools.
SignatureOutputStream
X
X509Cert
- class net.sourceforge.jcetaglib.lib.
X509Cert
.
Create/Read/Manipulate X.509 certificates
X509Cert()
- Constructor for class net.sourceforge.jcetaglib.lib.
X509Cert
X509CertTest
- class net.sourceforge.jcetaglib.test.
X509CertTest
.
A collection of X509 Certificate tests
X509CertTest()
- Constructor for class net.sourceforge.jcetaglib.test.
X509CertTest
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes