Skip navigation links
A B C D E F G H I J K L N O P R S T U V 

A

aliases() - Method in class net.jsign.jca.AmazonSigningService
 
aliases() - Method in class net.jsign.jca.AzureKeyVaultSigningService
 
aliases() - Method in class net.jsign.jca.AzureTrustedSigningService
 
aliases() - Method in class net.jsign.jca.CryptoCertumCard
Return the name of the keys available on the card.
aliases() - Method in class net.jsign.jca.CryptoCertumCardSigningService
 
aliases() - Method in class net.jsign.jca.DigiCertOneSigningService
 
aliases() - Method in class net.jsign.jca.ESignerSigningService
 
aliases() - Method in class net.jsign.jca.GaraSignSigningService
 
aliases() - Method in class net.jsign.jca.GoogleCloudSigningService
 
aliases() - Method in class net.jsign.jca.HashiCorpVaultSigningService
Returns the list of key names available in the secrets engine.
aliases() - Method in class net.jsign.jca.OpenPGPCardSigningService
 
aliases() - Method in class net.jsign.jca.OracleCloudSigningService
 
aliases() - Method in class net.jsign.jca.PIVCardSigningService
 
aliases() - Method in interface net.jsign.jca.SigningService
Returns the certificate aliases available.
aliases() - Method in class net.jsign.jca.SignPathSigningService
 
aliases() - Method in class net.jsign.jca.SignServerSigningService
 
AmazonCredentials - Class in net.jsign.jca
AWS credentials
AmazonCredentials(String, String, String) - Constructor for class net.jsign.jca.AmazonCredentials
 
AmazonSigningService - Class in net.jsign.jca
Signing service using the AWS API.
AmazonSigningService(String, Supplier<AmazonCredentials>, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.AmazonSigningService
Creates a new AWS signing service.
AmazonSigningService(String, AmazonCredentials, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.AmazonSigningService
Creates a new AWS signing service.
AutoLoginProvider - Class in net.jsign.jca
Security provider calling automatically the login() method of the underlying provider password before signing.
AutoLoginProvider(AuthProvider) - Constructor for class net.jsign.jca.AutoLoginProvider
 
AzureKeyVaultSigningService - Class in net.jsign.jca
Signing service using the Azure KeyVault API.
AzureKeyVaultSigningService(String, String) - Constructor for class net.jsign.jca.AzureKeyVaultSigningService
Creates a new Azure Key Vault signing service.
AzureTrustedSigningService - Class in net.jsign.jca
Signing service using the Azure Trusted Signing API.
AzureTrustedSigningService(String, String) - Constructor for class net.jsign.jca.AzureTrustedSigningService
 

B

build() - Method in class net.jsign.KeyStoreBuilder
Builds the keystore.
builder() - Method in class net.jsign.KeyStoreBuilder
Returns a java.security.KeyStore.Builder using the parameters of this builder.

C

certfile(String) - Method in class net.jsign.KeyStoreBuilder
Sets the file containing the certificate chain.
certfile(File) - Method in class net.jsign.KeyStoreBuilder
Sets the file containing the certificate chain.
Certificate() - Constructor for class net.jsign.jca.CryptoCertumCard.Certificate
 
configure(String) - Method in class net.jsign.jca.JsignJcaProvider
 
CryptoCertumCard - Class in net.jsign.jca
Simple smart card interface for Certum cards (cryptoCertum 3.6 Common Profile).
CryptoCertumCard.Certificate - Class in net.jsign.jca
 
CryptoCertumCard.Entry - Class in net.jsign.jca
An entry on the card (key or certificate).
CryptoCertumCard.Key - Class in net.jsign.jca
 
CryptoCertumCardSigningService - Class in net.jsign.jca
Signing service using a Certum smart card (cryptoCertum 3.6 with the Common Profile).
CryptoCertumCardSigningService(String) - Constructor for class net.jsign.jca.CryptoCertumCardSigningService
 

D

data() - Method in class net.jsign.jca.CryptoCertumCard.Entry
 
DigestAlgorithm - Enum in net.jsign
Digest algorithm.
DigiCertOneSigningService - Class in net.jsign.jca
DigiCert ONE signing service.
DigiCertOneSigningService(String, File, String) - Constructor for class net.jsign.jca.DigiCertOneSigningService
Creates a new DigiCert ONE signing service.
DigiCertOneSigningService(String, String, File, String) - Constructor for class net.jsign.jca.DigiCertOneSigningService
Creates a new DigiCert ONE signing service.
DigiCertOneSigningService(String, X509KeyManager) - Constructor for class net.jsign.jca.DigiCertOneSigningService
Creates a new DigiCert ONE signing service.

E

Entry() - Constructor for class net.jsign.jca.CryptoCertumCard.Entry
 
ESignerSigningService - Class in net.jsign.jca
SSL.com eSigner signing service.
ESignerSigningService(String, String, String) - Constructor for class net.jsign.jca.ESignerSigningService
 
ESignerSigningService(String, String) - Constructor for class net.jsign.jca.ESignerSigningService
 

F

fid() - Method in class net.jsign.jca.CryptoCertumCard.Certificate
 
fid() - Method in class net.jsign.jca.CryptoCertumCard.Entry
 
fid() - Method in class net.jsign.jca.CryptoCertumCard.Key
 

G

GaraSignCredentials - Class in net.jsign.jca
Credentials for the Garantir Remote Signing service.
GaraSignCredentials(String, String, String, String) - Constructor for class net.jsign.jca.GaraSignCredentials
 
GaraSignCredentials(String, String, KeyStore.Builder) - Constructor for class net.jsign.jca.GaraSignCredentials
 
GaraSignSigningService - Class in net.jsign.jca
Signing service using the Garantir Remote Signing REST Service API.
GaraSignSigningService(String, GaraSignCredentials) - Constructor for class net.jsign.jca.GaraSignSigningService
Creates a new GaraSign signing service.
getAccessKey() - Method in class net.jsign.jca.AmazonCredentials
 
getAlgorithm() - Method in class net.jsign.jca.SigningServicePrivateKey
 
getCard() - Static method in class net.jsign.jca.CryptoCertumCard
Get the CryptoCertum card.
getCertificate() - Method in class net.jsign.jca.CryptoCertumCard.Certificate
 
getCertificate(String) - Method in class net.jsign.jca.CryptoCertumCard
Return the certificate with the specified name.
getCertificateChain(String) - Method in class net.jsign.jca.AmazonSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.AzureKeyVaultSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.AzureTrustedSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.CryptoCertumCardSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.DigiCertOneSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.ESignerSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.GaraSignSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.GoogleCloudSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.HashiCorpVaultSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.OpenPGPCardSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.OracleCloudSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.PIVCardSigningService
 
getCertificateChain(String) - Method in interface net.jsign.jca.SigningService
Returns the certificate chain for the alias specified.
getCertificateChain(String) - Method in class net.jsign.jca.SignPathSigningService
 
getCertificateChain(String) - Method in class net.jsign.jca.SignServerSigningService
 
getChallenge(int) - Method in class net.jsign.jca.CryptoCertumCard
Get a challenge from the card.
getConfigFile() - Static method in class net.jsign.jca.OracleCloudCredentials
Returns the location of the configuration file, either the value of the OCI_CLI_CONFIG_FILE environment variable or ~/.oci/config.
getDefault() - Static method in enum net.jsign.DigestAlgorithm
Return the default algorithm (currently SHA-256, SHA-1 has been deprecated since January 1st 2016).
getDefault() - Static method in class net.jsign.jca.AmazonCredentials
Returns the default AWS credentials, fetched from the following sources in order: The environment variables AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY), AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY) and AWS_SESSION_TOKEN The ECS container credentials service (ECS, EKS, Greengrass, Fargate) The EC2 instance metadata service (IMDSv2)
getDefault() - Static method in class net.jsign.jca.OracleCloudCredentials
Returns the default Oracle Cloud configuration.
getDefaultProfile() - Static method in class net.jsign.jca.OracleCloudCredentials
Returns the name of the default profile, either the value of the OCI_CLI_PROFILE environment variable or "DEFAULT".
getEncoded() - Method in class net.jsign.jca.SigningServicePrivateKey
 
getEntries() - Method in class net.jsign.jca.CryptoCertumCard
Return the list of keys and certificates available on the card.
getFile(int) - Method in class net.jsign.jca.CryptoCertumCard
Get a file from the card.
getFile(int, boolean) - Method in class net.jsign.jca.CryptoCertumCard
Get a file from the card.
getFingerprint() - Method in class net.jsign.jca.OracleCloudCredentials
 
getFormat() - Method in class net.jsign.jca.SigningServicePrivateKey
 
getId() - Method in class net.jsign.jca.SigningServicePrivateKey
 
getKey(String) - Method in class net.jsign.jca.CryptoCertumCard
Return the key with the specified name.
getKeyData(int) - Method in class net.jsign.jca.CryptoCertumCard
Return the public key data (modulus for RSA keys)
getKeyfile() - Method in class net.jsign.jca.OracleCloudCredentials
 
getKeyId() - Method in class net.jsign.jca.OracleCloudCredentials
 
getMessageDigest() - Method in enum net.jsign.DigestAlgorithm
Return a MessageDigest for this algorithm.
getName() - Method in class net.jsign.jca.AmazonSigningService
 
getName() - Method in class net.jsign.jca.AzureKeyVaultSigningService
 
getName() - Method in class net.jsign.jca.AzureTrustedSigningService
 
getName() - Method in class net.jsign.jca.CryptoCertumCardSigningService
 
getName() - Method in class net.jsign.jca.DigiCertOneSigningService
 
getName() - Method in class net.jsign.jca.ESignerSigningService
 
getName() - Method in class net.jsign.jca.GaraSignSigningService
 
getName() - Method in class net.jsign.jca.GoogleCloudSigningService
 
getName() - Method in class net.jsign.jca.HashiCorpVaultSigningService
 
getName() - Method in class net.jsign.jca.OpenPGPCardSigningService
 
getName() - Method in class net.jsign.jca.OracleCloudSigningService
 
getName() - Method in class net.jsign.jca.PIVCardSigningService
 
getName() - Method in interface net.jsign.jca.SigningService
Returns the name of the service.
getName() - Method in class net.jsign.jca.SignPathSigningService
 
getName() - Method in class net.jsign.jca.SignServerSigningService
 
getPassphrase() - Method in class net.jsign.jca.OracleCloudCredentials
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.AmazonSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.AzureKeyVaultSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.AzureTrustedSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.CryptoCertumCardSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.DigiCertOneSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.ESignerSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.GaraSignSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.GoogleCloudSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.HashiCorpVaultSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.OpenPGPCardSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.OracleCloudSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.PIVCardSigningService
 
getPrivateKey(String, char[]) - Method in interface net.jsign.jca.SigningService
Returns the private key for the certificate alias specified.
getPrivateKey(String, char[]) - Method in class net.jsign.jca.SignPathSigningService
 
getPrivateKey(String, char[]) - Method in class net.jsign.jca.SignServerSigningService
 
getProperties() - Method in class net.jsign.jca.SigningServicePrivateKey
 
getRegion() - Method in class net.jsign.jca.OracleCloudCredentials
 
getSecretKey() - Method in class net.jsign.jca.AmazonCredentials
 
getService(String, String) - Method in class net.jsign.jca.AutoLoginProvider
 
getSessionToken() - Method in class net.jsign.jca.AmazonCredentials
 
getSessionToken(String) - Method in class net.jsign.jca.GaraSignCredentials
 
getTenancy() - Method in class net.jsign.jca.OracleCloudCredentials
 
getUser() - Method in class net.jsign.jca.OracleCloudCredentials
 
GoogleCloudSigningService - Class in net.jsign.jca
Signing service using the Google Cloud Key Management API.
GoogleCloudSigningService(String, String, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.GoogleCloudSigningService
Creates a new Google Cloud signing service.

H

HashiCorpVaultSigningService - Class in net.jsign.jca
Signing service using the HashiCorp Vault API.
HashiCorpVaultSigningService(String, String, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.HashiCorpVaultSigningService
Creates a new HashiCorp Vault signing service.

I

id - Variable in enum net.jsign.DigestAlgorithm
The JCE name of the algorithm
index - Variable in class net.jsign.jca.CryptoCertumCard.Entry
Index of the object (1-10)

J

JsignJcaProvider - Class in net.jsign.jca
JCA provider using a Jsign keystore and compatible with jarsigner and apksigner.
JsignJcaProvider() - Constructor for class net.jsign.jca.JsignJcaProvider
 
JsignJcaProvider(String) - Constructor for class net.jsign.jca.JsignJcaProvider
 

K

Key() - Constructor for class net.jsign.jca.CryptoCertumCard.Key
 
keyfile(String) - Method in class net.jsign.KeyStoreBuilder
Sets the file containing the private key.
keyfile(File) - Method in class net.jsign.KeyStoreBuilder
Sets the file containing the private key.
keypass(String) - Method in class net.jsign.KeyStoreBuilder
Sets the password to access the private key.
keystore - Variable in class net.jsign.jca.GaraSignCredentials
 
keystore - Variable in class net.jsign.jca.SignServerCredentials
 
keystore(File) - Method in class net.jsign.KeyStoreBuilder
Sets the file containing the keystore.
keystore(String) - Method in class net.jsign.KeyStoreBuilder
Sets the name of the resource containing the keystore.
KeyStoreBuilder - Class in net.jsign
Keystore builder.
KeyStoreBuilder() - Constructor for class net.jsign.KeyStoreBuilder
 
KeyStoreType - Enum in net.jsign
Type of a keystore.

L

load(File, String) - Method in class net.jsign.jca.OracleCloudCredentials
Loads the credentials from the specified file.
load(File, String) - Static method in class net.jsign.PrivateKeyUtils
Load the private key from the specified file.
loadFromEnvironment() - Method in class net.jsign.jca.OracleCloudCredentials
Loads the credentials from the environment variables.

N

name() - Method in class net.jsign.jca.CryptoCertumCard.Entry
 
net.jsign - package net.jsign
 
net.jsign.jca - package net.jsign.jca
 

O

of(String) - Static method in enum net.jsign.DigestAlgorithm
Parse the specified value and returns the corresponding digest algorithm.
of(ASN1ObjectIdentifier) - Static method in enum net.jsign.DigestAlgorithm
Return the algorithm matching the specified object identifier.
oid - Variable in enum net.jsign.DigestAlgorithm
The object identifier of the algorithm
OpenPGPCardSigningService - Class in net.jsign.jca
Signing service using an OpenPGP smart card.
OpenPGPCardSigningService(String, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.OpenPGPCardSigningService
 
OpenPGPCardSigningService(String, String, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.OpenPGPCardSigningService
 
OracleCloudCredentials - Class in net.jsign.jca
Oracle Cloud credentials loaded from the .oci/config file or from the environment variables.
OracleCloudCredentials() - Constructor for class net.jsign.jca.OracleCloudCredentials
 
OracleCloudSigningService - Class in net.jsign.jca
Signing service using the Oracle Cloud API.
OracleCloudSigningService(OracleCloudCredentials, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.OracleCloudSigningService
Creates a new Oracle Cloud signing service.

P

parse(String) - Static method in class net.jsign.jca.AmazonCredentials
Parses the concatenated AWS credentials
password - Variable in class net.jsign.jca.GaraSignCredentials
 
password - Variable in class net.jsign.jca.SignServerCredentials
 
PIVCardSigningService - Class in net.jsign.jca
Signing service using an PIV smart card.
PIVCardSigningService(String, String, Function<String, Certificate[]>) - Constructor for class net.jsign.jca.PIVCardSigningService
 
PrivateKeyUtils - Class in net.jsign
Helper class for loading private keys (PVK or PEM, encrypted or not).
provider() - Method in class net.jsign.KeyStoreBuilder
Returns the provider used to sign with the keystore.

R

ref() - Method in class net.jsign.jca.CryptoCertumCard.Key
 

S

sessionToken - Variable in class net.jsign.jca.GaraSignCredentials
 
setPassphrase(String) - Method in class net.jsign.jca.OracleCloudCredentials
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.AmazonSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.AzureKeyVaultSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.AzureTrustedSigningService
 
sign(CryptoCertumCard.Key, byte[]) - Method in class net.jsign.jca.CryptoCertumCard
Sign the specified hash with the specified key.
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.CryptoCertumCardSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.DigiCertOneSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.ESignerSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.GaraSignSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.GoogleCloudSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.HashiCorpVaultSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.OpenPGPCardSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.OracleCloudSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.PIVCardSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in interface net.jsign.jca.SigningService
Sign the data with the private key specified.
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.SignPathSigningService
 
sign(SigningServicePrivateKey, String, byte[]) - Method in class net.jsign.jca.SignServerSigningService
 
SigningService - Interface in net.jsign.jca
Interface to a signing service.
SigningServiceJcaProvider - Class in net.jsign.jca
JCA Provider using a signing service.
SigningServiceJcaProvider(SigningService) - Constructor for class net.jsign.jca.SigningServiceJcaProvider
 
SigningServicePrivateKey - Class in net.jsign.jca
Reference to a private key held by the signing service.
SignPathSigningService - Class in net.jsign.jca
Signing service using the SignPath REST API.
SignPathSigningService(String, String) - Constructor for class net.jsign.jca.SignPathSigningService
Create a new SignPath signing service.
SignServerCredentials - Class in net.jsign.jca
Credentials for the Keyfactor SignServer REST API.
SignServerCredentials(String, String, String, String) - Constructor for class net.jsign.jca.SignServerCredentials
 
SignServerCredentials(String, String, KeyStore.Builder) - Constructor for class net.jsign.jca.SignServerCredentials
 
SignServerSigningService - Class in net.jsign.jca
Signing service using the Keyfactor SignServer REST API.
SignServerSigningService(String, SignServerCredentials) - Constructor for class net.jsign.jca.SignServerSigningService
Creates a new SignServer signing service.
size - Variable in class net.jsign.jca.CryptoCertumCard.Key
Key size in bits
storepass(String) - Method in class net.jsign.KeyStoreBuilder
Sets the password to access the keystore.
storetype(KeyStoreType) - Method in class net.jsign.KeyStoreBuilder
Sets the type of the keystore.
storetype(String) - Method in class net.jsign.KeyStoreBuilder
Sets the type of the keystore.

T

type - Variable in class net.jsign.jca.CryptoCertumCard.Key
Type of key (0: RSA key, 1: EC key)

U

username - Variable in class net.jsign.jca.GaraSignCredentials
 
username - Variable in class net.jsign.jca.SignServerCredentials
 

V

valueOf(String) - Static method in enum net.jsign.DigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.jsign.KeyStoreType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.jsign.DigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.jsign.KeyStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(int, int, String) - Method in class net.jsign.jca.CryptoCertumCard
Verify the PIN required for the protected operations.
A B C D E F G H I J K L N O P R S T U V 
Skip navigation links

Copyright © 2012–2025. All rights reserved.