- 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.