- CACHED - Static variable in class org.demoiselle.signer.core.ca.manager.CAManagerConfiguration
-
System key to set cached or not cached
- CachedOnLineCRLRepository - Class in org.demoiselle.signer.core.repository
-
Representa um repositório online que mantem um cache das CRLs consultadas
recentemente.
- CachedOnLineCRLRepository() - Constructor for class org.demoiselle.signer.core.repository.CachedOnLineCRLRepository
-
- CachedOnLineCRLRepository(Proxy) - Constructor for class org.demoiselle.signer.core.repository.CachedOnLineCRLRepository
-
- CAManager - Class in org.demoiselle.signer.core.ca.manager
-
Validate and Load trusted Certificate Authority chain
- CAManagerCache - Class in org.demoiselle.signer.core.ca.manager
-
- CAManagerConfiguration - Class in org.demoiselle.signer.core.ca.manager
-
- CAManagerException - Exception in org.demoiselle.signer.core.ca.manager
-
custom unchecked exceptions for package impl
- CAManagerException() - Constructor for exception org.demoiselle.signer.core.ca.manager.CAManagerException
-
- CAManagerException(String) - Constructor for exception org.demoiselle.signer.core.ca.manager.CAManagerException
-
- CAManagerException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.ca.manager.CAManagerException
-
- CertificateCoreException - Exception in org.demoiselle.signer.core.exception
-
Main exception to identify exceptional condition at core.
- CertificateCoreException() - Constructor for exception org.demoiselle.signer.core.exception.CertificateCoreException
-
- CertificateCoreException(String) - Constructor for exception org.demoiselle.signer.core.exception.CertificateCoreException
-
- CertificateCoreException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.exception.CertificateCoreException
-
- CertificateExtra - Class in org.demoiselle.signer.core.extension
-
Provide access to extra information for ICP-Brasil certificates.
- CertificateExtra(X509Certificate) - Constructor for class org.demoiselle.signer.core.extension.CertificateExtra
-
- CertificateLoader - Interface in org.demoiselle.signer.core
-
Defines the basic methods for loading a certificate depending
on the storage format.
- CertificateLoaderImpl - Class in org.demoiselle.signer.core
-
Implements the basic methods for loading a certificate depending on the storage format
- CertificateLoaderImpl() - Constructor for class org.demoiselle.signer.core.CertificateLoaderImpl
-
- CertificateManager - Class in org.demoiselle.signer.core
-
- CertificateManager(X509Certificate) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateManager(X509Certificate, IValidator...) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateManager(String, IValidator...) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateManager(File, IValidator...) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateManager(X509Certificate, boolean, IValidator...) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateManager(String, boolean, IValidator...) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateManager(File, boolean, IValidator...) - Constructor for class org.demoiselle.signer.core.CertificateManager
-
- CertificateRevocationException - Exception in org.demoiselle.signer.core.exception
-
Custom RuntimeException to do unchecked
*
- CertificateRevocationException() - Constructor for exception org.demoiselle.signer.core.exception.CertificateRevocationException
-
Default constructor
- CertificateRevocationException(String) - Constructor for exception org.demoiselle.signer.core.exception.CertificateRevocationException
-
Constructor with message
- CertificateRevocationException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.exception.CertificateRevocationException
-
Constructor with message and cause
- CertificateUtilException - Exception in org.demoiselle.signer.core.util
-
Report exceptional condition on utilities.
- CertificateUtilException() - Constructor for exception org.demoiselle.signer.core.util.CertificateUtilException
-
- CertificateUtilException(String) - Constructor for exception org.demoiselle.signer.core.util.CertificateUtilException
-
- CertificateUtilException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.util.CertificateUtilException
-
- CertificateValidatorCRLException - Exception in org.demoiselle.signer.core.exception
-
Custom RuntimeException to do unchecked
*
- CertificateValidatorCRLException() - Constructor for exception org.demoiselle.signer.core.exception.CertificateValidatorCRLException
-
Default constructor
- CertificateValidatorCRLException(String) - Constructor for exception org.demoiselle.signer.core.exception.CertificateValidatorCRLException
-
Constructor with message
- CertificateValidatorCRLException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.exception.CertificateValidatorCRLException
-
Constructor with message and cause
- CertificateValidatorException - Exception in org.demoiselle.signer.core.exception
-
Custom RuntimeException to do unchecked
*
- CertificateValidatorException() - Constructor for exception org.demoiselle.signer.core.exception.CertificateValidatorException
-
Default constructor
- CertificateValidatorException(String) - Constructor for exception org.demoiselle.signer.core.exception.CertificateValidatorException
-
Constructor with message
- CertificateValidatorException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.exception.CertificateValidatorException
-
Constructor with message and cause
- compressing(Map<String, byte[]>) - Static method in class org.demoiselle.signer.core.util.ZipBytes
-
- CONFIG_FILE_DIR - Static variable in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Document constant.
- CONFIG_FILE_PATH - Static variable in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Document constant.
- Configuration - Class in org.demoiselle.signer.core.keystore.loader.configuration
-
Class responsible for retrieving system information, such as operating system
version and JVM version.
- ConfigurationRepo - Class in org.demoiselle.signer.core.repository
-
- CRL_CONNECTION_TIMEOUT - Static variable in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
System key to set timeout for CRL url connection
- CRL_INDEX - Static variable in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
System key to set storage location of index file of revoked certificate lists.
- CRL_PATH - Static variable in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
System key to set storage location of path file of revoked certificate lists.
- CRLFileNotFoundException - Exception in org.demoiselle.signer.core.repository
-
to do unchecked
- CRLFileNotFoundException() - Constructor for exception org.demoiselle.signer.core.repository.CRLFileNotFoundException
-
- CRLFileNotFoundException(String) - Constructor for exception org.demoiselle.signer.core.repository.CRLFileNotFoundException
-
- CRLFileNotFoundException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.repository.CRLFileNotFoundException
-
- CRLOldCertificateException - Exception in org.demoiselle.signer.core.repository
-
to do unchecked
- CRLOldCertificateException() - Constructor for exception org.demoiselle.signer.core.repository.CRLOldCertificateException
-
- CRLOldCertificateException(String) - Constructor for exception org.demoiselle.signer.core.repository.CRLOldCertificateException
-
- CRLOldCertificateException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.repository.CRLOldCertificateException
-
- CRLRepository - Interface in org.demoiselle.signer.core.repository
-
Represents a CRL (Certificate Revoked List) repository
- CRLRepositoryException - Exception in org.demoiselle.signer.core.repository
-
to do unchecked
- CRLRepositoryException() - Constructor for exception org.demoiselle.signer.core.repository.CRLRepositoryException
-
- CRLRepositoryException(String) - Constructor for exception org.demoiselle.signer.core.repository.CRLRepositoryException
-
- CRLRepositoryException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.repository.CRLRepositoryException
-
- CRLRepositoryFactory - Class in org.demoiselle.signer.core.repository
-
Factory for repository list of revoked certificates.
- CRLRepositoryFactory() - Constructor for class org.demoiselle.signer.core.repository.CRLRepositoryFactory
-
- CRLValidator - Class in org.demoiselle.signer.core.validator
-
to verify if a certificate is Repealed.
- CRLValidator() - Constructor for class org.demoiselle.signer.core.validator.CRLValidator
-
- CUSTOM_CONFIG_FILENAME - Static variable in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Document constant.
- CUSTOM_CONFIG_PATH - Static variable in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Document constant.
- factory() - Method in class org.demoiselle.signer.core.ca.provider.ProviderCAFactory
-
- factory() - Method in class org.demoiselle.signer.core.factory.GenericFactory
-
Main method of the factory.
- factoryCRLRepository() - Static method in class org.demoiselle.signer.core.repository.CRLRepositoryFactory
-
If Configuratiron sets the online mode,
an OnLineCRLRepository object will be created,
otherwise an OffLineCRLRepository object will be created.
- factoryDefault() - Method in class org.demoiselle.signer.core.factory.GenericFactory
-
It forces the concrete class to fabricate an object by default
- factoryFromClassName(String) - Method in class org.demoiselle.signer.core.factory.GenericFactory
-
Instantiate an object from the name of your class
- factoryKeyStoreLoader() - Static method in class org.demoiselle.signer.core.keystore.loader.factory.KeyStoreLoaderFactory
-
Method responsible for fabricating an instance of KeyStoreLoader based on PKCS#11.
- factoryKeyStoreLoader(File) - Static method in class org.demoiselle.signer.core.keystore.loader.factory.KeyStoreLoaderFactory
-
Method that create an instance of AbstractKeyStoreLoader for handling of standard KeyStore PKCS#12.
- factoryKeyStoreLoader(InputStream) - Static method in class org.demoiselle.signer.core.keystore.loader.factory.KeyStoreLoaderFactory
-
Method that create an instance of AbstractKeyStoreLoader for handling of standard KeyStore PKCS#12.
- factoryKeyStoreLoader(InputStream, String) - Static method in class org.demoiselle.signer.core.keystore.loader.factory.KeyStoreLoaderFactory
-
Method that create an instance of AbstractKeyStoreLoader for handling of standard KeyStore PKCS#12.
- factoryKeyStoreLoader(Class<? extends KeyStoreLoader>) - Static method in class org.demoiselle.signer.core.keystore.loader.factory.KeyStoreLoaderFactory
-
Method responsible for fabricating an instance of AbstractKeyStoreLoader based on a class passed as parameter.
- FIELDS - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- FIELDS - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- FIELDS - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- FIELDS - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_6
-
- FIELDS - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_7
-
- FIELDS - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_9
-
- FILE_SEPARATOR - Static variable in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Document constant.
- FileSystemKeyStoreLoader - Class in org.demoiselle.signer.core.keystore.loader.implementation
-
Implementing KeyStore loading based on PKCS12 or JKS standards
- FileSystemKeyStoreLoader(File) - Constructor for class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
Class constructor that checks whether the specified parameter exists and whether it is a file.
- FileSystemKeyStoreLoader(InputStream, String) - Constructor for class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
Class constructor that checks whether the specified
parameters exist and whether they are valid.
- FileSystemKeyStoreLoader(InputStream) - Constructor for class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
Class constructor for default type PKCS12, that checks
whether the specified parameter exists.
- filterValidURLs(List<String>) - Static method in class org.demoiselle.signer.core.util.RepositoryUtil
-
- generateTimeStamp() - Method in interface org.demoiselle.signer.core.timestamp.TimeStampGenerator
-
- GenericFactory<F> - Class in org.demoiselle.signer.core.factory
-
Abstract factory that concentrates the reading of the configurations for
all the other specialized factories as well as the class reflection functionalities.
- GenericFactory() - Constructor for class org.demoiselle.signer.core.factory.GenericFactory
-
- getAfterDate() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
- getAuthorityInfoAccess() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the AuthorityInfoAccess extension value on list format.
- getAuthorityKeyIdentifier() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
*
- getBeforeDate() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
- getBirthDate() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getBirthDate() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getBirthDate() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getBirthDate() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- getBirthDate() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- getByteWritten() - Static method in class org.demoiselle.signer.core.util.RepositoryUtil
-
- getByteWritten2() - Static method in class org.demoiselle.signer.core.util.RepositoryUtil
-
- getCallback() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.MSKeyStoreLoader
-
- getCAs() - Method in interface org.demoiselle.signer.core.ca.provider.ProviderCA
-
- getCEI() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getCEI() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getCEI() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_6
-
- getCEI() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_7
-
- getCertificateChain(X509Certificate) - Method in class org.demoiselle.signer.core.ca.manager.CAManager
-
Get ALL certificate chains previously added in
- getCertificateChain(KeyStore, String, String) - Method in class org.demoiselle.signer.core.ca.manager.CAManager
-
- getCertificateChainArray(X509Certificate) - Method in class org.demoiselle.signer.core.ca.manager.CAManager
-
- getCertificateChainArray(KeyStore, String, String) - Method in class org.demoiselle.signer.core.ca.manager.CAManager
-
- getCertificateIssuerDN() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Gets the IssuerDN (Issuer Distinguished Name) of a certificate
- getCertificateLevel() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
returns the ICP-BRASIL Certificate Level(A1, A2, A3, A4, S1, S2, S3,
S4).
- getCertificateSubjectDN() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the SubjectDN (Subject Distinguished Name) of a Certificate
- getCityElectoralDocument() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getCityUF() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- getCNPJ() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getCNPJ() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getCNPJ() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_3
-
- getConfigFilePath() - Static method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
- getCorporateName() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getCPF() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getCPF() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- getCPF() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- getCRL() - Method in class org.demoiselle.signer.core.extension.ICPBR_CRL
-
returns the CRL
- getCRLDistributionPoint() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
- getCrlIndex() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
Gets the location where the revoked certificate lists index file is stored
- getCrlPath() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
Retrieves the location where the CRL(certificate revoked lists) repository is stored
Default is "java.io.tmpdir" + "crls"
- getCrlTimeOut() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
- getData() - Method in class org.demoiselle.signer.core.oid.OIDGeneric
-
- getDNS() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
- getDNS() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getDns() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- getDrivers() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Returns a set of drivers in the Map, in this pattern: <'driver name',
'path driver'>
- getElectoralDocument() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getElectoralDocument() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- getEmail() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the email address that was defined on
SubjectAlternativeNames.
- getEmail() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
- getEmail() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- getErrors() - Method in exception org.demoiselle.signer.core.keystore.loader.KeyStoreLoaderException
-
- getExtensionValue(String) - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Gets the contents of a given OID
- getFileKeyStore() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
- getICPBR_CRL(String) - Method in class org.demoiselle.signer.core.repository.CachedOnLineCRLRepository
-
- getICPBR_CRL(String) - Method in class org.demoiselle.signer.core.repository.OnLineCRLRepository
-
- getICPBRCertificateEquipment() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns data of "Equipamento/Aplicacao" on certificate in
ICPBRCertificateEquipment format
If its not a "Equipamento/Aplicacao" certificate
Returns null
- getICPBRCertificateEquipment() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- getICPBRCertificatePF() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns data of "Pessoa Fisica" on certificate in ICPBRCertificatePF
format
If its not a "Pessoa Fisica" certificate
Returns null
- getICPBRCertificatePF() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- getICPBRCertificatePJ() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns data of "Pessoa Juridica" on certificate in ICPBRCertificatePJ
format
If its not a "Pessoa Juridica" certificate
Returns null
- getICPBRCertificatePJ() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- getICPBRKeyUsage() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the ICPBRKeyUsage Object with the informations about uses of the
certificate
- getICPBRSubjectAlternativeNames() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the SubjectAlternativeNames of certificate in
ICPBRSubjectAlternativeNames format.
- getInputStreamFromURL(String) - Static method in class org.demoiselle.signer.core.util.Downloads
-
Get the input stream from provided address.
- getInputStreamKeyStore() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
- getInstance() - Static method in class org.demoiselle.signer.core.ca.manager.CAManager
-
- getInstance() - Static method in class org.demoiselle.signer.core.ca.manager.CAManagerCache
-
- getInstance() - Static method in class org.demoiselle.signer.core.ca.manager.CAManagerConfiguration
-
to static single instance
- getInstance() - Static method in class org.demoiselle.signer.core.ca.provider.ProviderCAFactory
-
- getInstance() - Static method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
- getInstance(byte[]) - Static method in class org.demoiselle.signer.core.oid.OIDGeneric
-
Instance for OIDGeneric.
- getInstance(DerValue) - Static method in class org.demoiselle.signer.core.oid.OIDGeneric
-
- getInstance() - Static method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
to static single instance
- getIssuingAgencyRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getIssuingAgencyRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getIssuingAgencyRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getIssuingAgencyRg() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- getIssuingAgencyRg() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- getJavaVersion() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Method that returns the version of the JVM that is running the component.
- getJurisdictionOfIncorporationCountryName() - Method in class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_60_2_1_3
-
- getKeyStore() - Method in interface org.demoiselle.signer.core.CertificateLoader
-
- getKeyStore() - Method in class org.demoiselle.signer.core.CertificateLoaderImpl
-
- getKeyStore() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.DriverKeyStoreLoader
-
read the config file
- getKeyStore(String) - Method in class org.demoiselle.signer.core.keystore.loader.implementation.DriverKeyStoreLoader
-
- getKeyStore(String) - Method in class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
Attempts to load the KeyStore first in the PKCS12 pattern.
- getKeyStore() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
Not implemented, use getKeyStore (pinNumer)
- getKeyStore() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.MSKeyStoreLoader
-
instance for SunMSCAPI
- getKeyStore(String) - Method in class org.demoiselle.signer.core.keystore.loader.implementation.MSKeyStoreLoader
-
- getKeyStore() - Method in interface org.demoiselle.signer.core.keystore.loader.KeyStoreLoader
-
- getKeyStore(String) - Method in interface org.demoiselle.signer.core.keystore.loader.KeyStoreLoader
-
- getKeyStoreFromDriver(String) - Method in class org.demoiselle.signer.core.keystore.loader.implementation.DriverKeyStoreLoader
-
read by a path on OS.
- getKeyStoreFromDriver(String, String) - Method in class org.demoiselle.signer.core.keystore.loader.implementation.DriverKeyStoreLoader
-
read by a name and path on OS.
- getLpaPath() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
Retrieves the location where the LPA local repository is stored
Default is "java.io.tmpdir" + "lpas"
- getName() - Method in interface org.demoiselle.signer.core.ca.provider.ProviderCA
-
Get the name of provider.
- getName() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the name that was defined on CN for CertificateSubjectDN.
- getName() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_2
-
- getName() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_8
-
- getNis() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getNis() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getNis() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getNIS() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- getNIS() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- getNome() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
- getOid() - Method in class org.demoiselle.signer.core.oid.OIDGeneric
-
- getOID_1_3_6_1_4_1_311_60_2_1_3() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
- getOID_2_16_76_1_3_1() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.1
Has some "ICP-BRASIL Pessoa Fisica" attributes
* Date of birth of the holder on "DDMMAAAA" format
* The Brazilian IRS Individuals Registry called CPF
* Brazilian Social Identity Number - NIS (PIS, PASEP or CI)
* the Brazilian ID number called RG
* the initials of the issuing agency of the ID (RG)
* UF (Initials for a Brasilian state) of the issuing agency of the
RG
- getOID_2_16_76_1_3_2() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.2
Has some "ICP-BRASIL Pessoa Juridica and Equipment" attributes
* Name of the person responsible for the certificate
- getOID_2_16_76_1_3_3() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.3
Has some "ICP-BRASIL Pessoa Juridica and Equipment" attributes
* the Brazilian IRS's Bussiness Company Registry Number called CNPJ
(Cadastro Nacional de Pessoa Juridica)
- getOID_2_16_76_1_3_4() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.4
Has some "ICP-BRASIL Pessoa Juridica and Equipment" attributes
* Date of birth of the person responsible for the certificate, in
ddMMyyyy format
* the Brazilian IRS Individuals Registry number called CPF (Cadastro
de Pessoa Fisica) of the Responsible
*Brazilian Social Identification number - initials are: NIS (PIS,
PASEP or CI) of the responsible
* the Brazilian ID number (called RG) of the responsible for the
certificate
* the initials of the issuing agency of the ID (RG)
* Initials for a Brasilian state(UF) of the issuing agency of the ID
(RG)
- getOID_2_16_76_1_3_5() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.5
Has some "ICP-BRASIL Pessoa Fisica" attributes
* Number of Electoral document (Titulo de Eleitor)
* Zone of Electoral document
* Section of Electoral document
* City of Electoral document
* UF (Initials for a Brasilian state) of Electoral document
- getOID_2_16_76_1_3_6() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.6
Has some "ICP-BRASIL Pessoa Fisica" attributes
* Brazilian Social Identification Number (INSS-CEI) of the holder of
certificate
- getOID_2_16_76_1_3_7() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.7
Has some "ICP-BRASIL Pessoa Juridica" attributes
* number of Specific Registry (called CEI), on Brazilian National
Institute of Social Security, of the bussines company holding the
certificate
- getOID_2_16_76_1_3_8() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Class OID 2.16.76.1.3.8
Has some "ICP-BRASIL Equipment" attributes
Corporate name in the the Brazilian IRS's Bussiness Company Registry Number
called CNPJ without abbreviations,
- getOID_2_5_29_17() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
- getPackageName() - Static method in class org.demoiselle.signer.core.oid.OIDGeneric
-
- getPathLength() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the PathLength value of Certificate BasicConstraint.
- getPKCS11ConfigFile() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Retrieve the path of the configuration file for SunPKCS11 according to the
links below.
- getPKCS11DriverFromVariable() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Retrieve the driver and its path from the environment variable or JVM
variable.
- getProxy() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
- getProxyEndereco() - Static method in class org.demoiselle.signer.core.util.Proxy
-
- getProxyPorta() - Static method in class org.demoiselle.signer.core.util.Proxy
-
- getProxySenha() - Static method in class org.demoiselle.signer.core.util.Proxy
-
- getProxyUsuario() - Static method in class org.demoiselle.signer.core.util.Proxy
-
- getRegistroDeIdentidadeCivil() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_9
-
the Brazilian Civil Identity Registration number (called RIC - Registro de Identidade Civil).
- getResouceBundle() - Static method in class org.demoiselle.signer.core.util.MessagesBundle
-
- getResponsibleCPF() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getResponsibleName() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getResponsibleName() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getReturn() - Static method in class org.demoiselle.signer.core.repository.RepositoryService
-
- getRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getRg() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- getRg() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- getSection() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- getSectionElectoralDocument() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getSerialNumber() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Returns the SerialNumber of certificate on String formatr
- getSerialNumber() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getSO() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Method that returns the name of the operating system.
- getSoVersion() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
Method that returns the version of the operating system.
- getSoVersionRelease() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
- getString(String) - Method in class org.demoiselle.signer.core.util.MessagesBundle
-
example: getString("key.propertie.name")
- getString(String, Object...) - Method in class org.demoiselle.signer.core.util.MessagesBundle
-
example: getString("key.propertie.name", parm1, parm2 )
- getSubjectAltName() - Method in class org.demoiselle.signer.core.oid.OID_2_5_29_17
-
- getSubjectAltName() - Method in class org.demoiselle.signer.core.oid.OID_2_5_4_5
-
- getSubjectKeyIdentifier() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
- getType() - Method in class org.demoiselle.signer.core.keystore.loader.implementation.FileSystemKeyStoreLoader
-
- getType() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
- getUFDocument() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- getUFElectoralDocument() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getUfIssuingAgencyRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- getUfIssuingAgencyRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- getUfIssuingAgencyRg() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- getUfIssuingAgencyRg() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- getUfIssuingAgencyRg() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- getUPN() - Method in class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_20_2_3
-
- getValue(String) - Method in class org.demoiselle.signer.core.util.OIDExtensionUtil
-
- getValue(String, int) - Method in class org.demoiselle.signer.core.util.OIDExtensionUtil
-
- getValue(String, int, int) - Method in class org.demoiselle.signer.core.util.OIDExtensionUtil
-
- getVariableName() - Method in class org.demoiselle.signer.core.factory.GenericFactory
-
Every concrete factory needs to define which environment variable
contains the name of the class to be fabricated
- getX509Certificate() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Return the certificate on original format X509Certificate
- getX509CRL(X509Certificate) - Method in interface org.demoiselle.signer.core.repository.CRLRepository
-
Returns a CRL (Certificate Revoked List) from a given authority of IPC-Brasil.
- getX509CRL(X509Certificate) - Method in class org.demoiselle.signer.core.repository.OffLineCRLRepository
-
Returns a CRL (Certificate Revoked List) from a given authority of IPC-Brasil.
- getX509CRL(X509Certificate) - Method in class org.demoiselle.signer.core.repository.OnLineCRLRepository
-
- getZone() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- getZoneElectoralDocument() - Method in class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- ICPBR_CRL - Class in org.demoiselle.signer.core.extension
-
ICP-BRASIL's definitions of Certificate Revocation List (CRL)
on
X509CRL format.
- ICPBR_CRL(InputStream) - Constructor for class org.demoiselle.signer.core.extension.ICPBR_CRL
-
- ICPBR_CRL(byte[]) - Constructor for class org.demoiselle.signer.core.extension.ICPBR_CRL
-
- ICPBR_DN - Class in org.demoiselle.signer.core.extension
-
ICP-BRASIL's definitions of Distinguished Name (DN).
- ICPBR_DN(String) - Constructor for class org.demoiselle.signer.core.extension.ICPBR_DN
-
- ICPBrasilExtension - Annotation Type in org.demoiselle.signer.core.extension
-
Annotation to identify X509 Extension for
ICP-BRASIL's definitions.
- ICPBrasilExtensionLoader - Class in org.demoiselle.signer.core.extension
-
Load X.509 Extension OIDs for ICP-Brasil's extensions.
- ICPBrasilExtensionLoader() - Constructor for class org.demoiselle.signer.core.extension.ICPBrasilExtensionLoader
-
- ICPBrasilExtensionType - Enum in org.demoiselle.signer.core.extension
-
Enums for ICP-Brasil's extensions.
- ICPBRCertificateEquipment - Class in org.demoiselle.signer.core.extension
-
Has some "ICP-BRASIL Pessoa Juridica and Equipment" attributes
oid1 2.16.76.1.3.2 and content = name of the person responsible for
the certificate.
- ICPBRCertificateEquipment(OID_2_16_76_1_3_2, OID_2_16_76_1_3_3, OID_2_16_76_1_3_4, OID_2_16_76_1_3_8, OID_2_5_29_17, String) - Constructor for class org.demoiselle.signer.core.extension.ICPBRCertificateEquipment
-
- ICPBRCertificatePF - Class in org.demoiselle.signer.core.extension
-
Implemented Class for ICP-BRASIL (DOC-ICP-04)
"PESSOA FISICA" Certificates.
- ICPBRCertificatePF(OID_2_16_76_1_3_1, OID_2_16_76_1_3_5, OID_2_16_76_1_3_6) - Constructor for class org.demoiselle.signer.core.extension.ICPBRCertificatePF
-
- ICPBRCertificatePJ - Class in org.demoiselle.signer.core.extension
-
Implemented Class for ICP-BRASIL (DOC-ICP-04)
"PESSOA JURIDICA" Certificates.
- ICPBRCertificatePJ(OID_2_16_76_1_3_2, OID_2_16_76_1_3_3, OID_2_16_76_1_3_4, OID_2_16_76_1_3_7) - Constructor for class org.demoiselle.signer.core.extension.ICPBRCertificatePJ
-
- ICPBRKeyUsage - Class in org.demoiselle.signer.core.extension
-
ICP-BRASIL's definitions of Key Usage.
- ICPBRKeyUsage(X509Certificate) - Constructor for class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
- ICPBRSubjectAlternativeNames - Class in org.demoiselle.signer.core.extension
-
ICP-BRASIL's definitions of Subject Alternative Names.
- ICPBRSubjectAlternativeNames(X509Certificate) - Constructor for class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_20_2_3
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_60_2_1_3
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_2
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_3
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_6
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_7
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_8
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_9
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_5_29_17
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OID_2_5_4_5
-
- initialize() - Method in class org.demoiselle.signer.core.oid.OIDGeneric
-
- initialize(Object[]) - Method in class org.demoiselle.signer.core.oid.OIDGeneric
-
- initialize(byte[], PrivateKey, Certificate[], byte[]) - Method in interface org.demoiselle.signer.core.timestamp.TimeStampGenerator
-
- instance - Static variable in class org.demoiselle.signer.core.ca.manager.CAManagerConfiguration
-
- instance - Static variable in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
- invalidate() - Method in class org.demoiselle.signer.core.ca.manager.CAManagerCache
-
- InvalidPinException - Exception in org.demoiselle.signer.core.keystore.loader
-
Custom runtime to do unchecked
- InvalidPinException(String, Throwable) - Constructor for exception org.demoiselle.signer.core.keystore.loader.InvalidPinException
-
- InvalidPinException(String) - Constructor for exception org.demoiselle.signer.core.keystore.loader.InvalidPinException
-
- IOIDExtensionLoader - Interface in org.demoiselle.signer.core
-
Define a method to load X.509 Extension OIDs.
- isCACertificate() - Method in class org.demoiselle.signer.core.extension.BasicCertificate
-
Check if is a Certificate Authority Certificate (ICP-BRASIL = AC).
- isCached() - Method in class org.demoiselle.signer.core.ca.manager.CAManagerConfiguration
-
Returns whether the CAManager is cached (TRUE) or not (FALSE)
- isCAofCertificate(X509Certificate, X509Certificate) - Method in class org.demoiselle.signer.core.ca.manager.CAManager
-
- isCertificateEquipment() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Checks if the certificate is an "ICP-BRASIL Equipment"
- isCertificateEquipment() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- isCertificatePF() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Checks if the certificate is an "ICP-BRASIL Pessoa Física"
- isCertificatePF() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- isCertificatePJ() - Method in class org.demoiselle.signer.core.extension.CertificateExtra
-
Checks if the certificate is an "ICP-BRASIL Pessoa Jurídica"
- isCertificatePJ() - Method in class org.demoiselle.signer.core.extension.ICPBRSubjectAlternativeNames
-
- isCRLSign() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Get is CRL sign.
- isDataEncipherment() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Fake.
- isDecipherOnly() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Get if is only cipher.
- isDigitalSignature() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Fake.
- isEncipherOnly() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
- isKeyAgreement() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Fake.
- isKeyCertSign() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Checks.
- isKeyEncipherment() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Fake.
- isMSCAPI_ON() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
default is true.
- isMSCapiDisabled() - Method in class org.demoiselle.signer.core.keystore.loader.configuration.Configuration
-
- isNonRepudiation() - Method in class org.demoiselle.signer.core.extension.ICPBRKeyUsage
-
Fake.
- isOnline() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
Returns whether the repository is in online (TRUE) or offline (FALSE) mode
Default is TRUE
- isOnlineLPA() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
- isRootCA(X509Certificate) - Method in class org.demoiselle.signer.core.ca.manager.CAManager
-
- isValidateLCR() - Method in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
- IValidator - Interface in org.demoiselle.signer.core
-
- L1_PRIORITY - Static variable in annotation type org.demoiselle.signer.core.Priority
-
Less important priority value.
- L2_PRIORITY - Static variable in annotation type org.demoiselle.signer.core.Priority
-
Higher priority than L1_PRIORITY
- L3_PRIORITY - Static variable in annotation type org.demoiselle.signer.core.Priority
-
Higher priority than L2_PRIORITY
- L4_PRIORITY - Static variable in annotation type org.demoiselle.signer.core.Priority
-
Higher priority than L3_PRIORITY
- load(File) - Method in interface org.demoiselle.signer.core.CertificateLoader
-
Obtains the certificate from a file, defined by ICP-BRASIL
with the name A1.
- load(File) - Method in class org.demoiselle.signer.core.CertificateLoaderImpl
-
Obtains the certificate from a file, defined by ICP-BRASIL with the name A1.
- load(Object) - Method in class org.demoiselle.signer.core.CertificateManager
-
- load(Class<T>) - Method in class org.demoiselle.signer.core.CertificateManager
-
New Instance for a class
- load(Object, Field, X509Certificate) - Method in class org.demoiselle.signer.core.extension.DefaultExtensionLoader
-
- load(Object, Field, X509Certificate) - Method in class org.demoiselle.signer.core.extension.ICPBrasilExtensionLoader
-
- load(Object, Field, X509Certificate) - Method in interface org.demoiselle.signer.core.IOIDExtensionLoader
-
- loadFromToken() - Method in interface org.demoiselle.signer.core.CertificateLoader
-
Obtain the certificate from a Token or Smartcard, defined by
ICP-BRASIL with the name A3.
- loadFromToken(String) - Method in interface org.demoiselle.signer.core.CertificateLoader
-
When a PIN (Personal Identification Number) was informed,
obtain the certificate from a Token or Smartcard, defined by
ICP-BRASIL with the name A3.
- loadFromToken(String, String) - Method in interface org.demoiselle.signer.core.CertificateLoader
-
When a PIN (Personal Identification Number) and Alias was informed,
obtain the certificate from a Token or Smartcard, defined by
ICP-BRASIL with the name A3.
- loadFromToken() - Method in class org.demoiselle.signer.core.CertificateLoaderImpl
-
Obtain the certificate from a Token or Smartcard,
defined by ICP-BRASIL with the name A3.
- loadFromToken(String) - Method in class org.demoiselle.signer.core.CertificateLoaderImpl
-
When a PIN(Personal Identification Number) was informed,
obtain the certificate from a Token or Smartcard, defined
by ICP-BRASIL with the name A3.
- loadFromToken(String, String) - Method in class org.demoiselle.signer.core.CertificateLoaderImpl
-
When a PIN (Personal Identification Number) and alias was informed,
obtain the certificate from a Token or Smartcard,
defined by ICP-BRASIL with the name A3.
- LPA_ONLINE - Static variable in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
System key to set online only mode to get LPA
- LPA_PATH - Static variable in class org.demoiselle.signer.core.repository.ConfigurationRepo
-
System key to set storage location of path file of LPA
- OffLineCRLRepository - Class in org.demoiselle.signer.core.repository
-
Implementation of an Offline Repository.
- OffLineCRLRepository() - Constructor for class org.demoiselle.signer.core.repository.OffLineCRLRepository
-
New Instance
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_20_2_3
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_60_2_1_3
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_2
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_3
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_6
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_7
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_8
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_9
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_5_29_17
-
- OID - Static variable in class org.demoiselle.signer.core.oid.OID_2_5_4_5
-
- OID_1_3_6_1_4_1_311_20_2_3 - Class in org.demoiselle.signer.core.oid
-
Class OID 1.3.6.1.4.1.311.20.2.3
UPN (User-Principal-Name) attribute: Used by micro$oft/window$ for logon with SmartCard,
Some Certificate Autority has included this attribute in their certificates.
- OID_1_3_6_1_4_1_311_20_2_3() - Constructor for class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_20_2_3
-
- OID_1_3_6_1_4_1_311_60_2_1_3 - Class in org.demoiselle.signer.core.oid
-
subject:jurisdictionOfIncorporationCountryName ASN.1 - X520countryName as specified in RFC 3280
- OID_1_3_6_1_4_1_311_60_2_1_3() - Constructor for class org.demoiselle.signer.core.oid.OID_1_3_6_1_4_1_311_60_2_1_3
-
- OID_2_16_76_1_3_1 - Class in org.demoiselle.signer.core.oid
-
* Has some "ICP-BRASIL Pessoa Fisica" attributes
* Date of birth of the holder on "DDMMAAAA" format
* The Brazilian IRS Individuals Registry called CPF
* Brazilian Social Identity Number - NIS (PIS, PASEP or CI)
* the Brazilian ID number called RG
* the initials of the issuing agency of the ID (RG)
* UF (Initials for a Brasilian state) of the issuing agency of the RG
- OID_2_16_76_1_3_1() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_1
-
- OID_2_16_76_1_3_2 - Class in org.demoiselle.signer.core.oid
-
Class OID 2.16.76.1.3.2
It has some specific attributes of ICP-BRASIL'S "Pessoa Juridica" or equipment.
- OID_2_16_76_1_3_2() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_2
-
- OID_2_16_76_1_3_3 - Class in org.demoiselle.signer.core.oid
-
Class OID 2.16.76.1.3.3
Has some "ICP-BRASIL Equipment" attributes
Corporate name in the the Brazilian IRS's Bussiness Company Registry Number called CNPJ
- OID_2_16_76_1_3_3() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_3
-
- OID_2_16_76_1_3_4 - Class in org.demoiselle.signer.core.oid
-
Has some ICP-BRASIL's "Pessoa Juridica" and Equipment attributes
* Date of birth of the person responsible for the certificate, in ddmmaaaa format
* the Brazilian IRS Individuals Registry number called CPF (Cadastro de Pessoa Fisica) of the
Responsible
*Brazilian Social Identification number - intials are: NIS (PIS, PASEP or CI)of the responsible
* the Brazilian ID number (called RG) of the responsible for the certificate
* the initials of the issuing agency of the ID (RG)
* Initials for a Brasilian state(UF) of the issuing agency of the ID (RG)
- OID_2_16_76_1_3_4() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_4
-
- OID_2_16_76_1_3_5 - Class in org.demoiselle.signer.core.oid
-
Classe OID 2.16.76.1.3.5
* Has some "ICP-BRASIL Pessoa Fisica" attributes
* Number of Electoral document
* Number of Zone of Electoral document
* Number Section of Electoral document
* City of Electoral document
* UF (Initials for a Brasilian state) of Electoral document
- OID_2_16_76_1_3_5() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_5
-
- OID_2_16_76_1_3_6 - Class in org.demoiselle.signer.core.oid
-
Classe OID 2.16.76.1.3.6
Has some "ICP-BRASIL Pessoa Fisica" attributes
* Brazilian Social Identification Number (Called CEI) of the holder of certificate
- OID_2_16_76_1_3_6() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_6
-
- OID_2_16_76_1_3_7 - Class in org.demoiselle.signer.core.oid
-
/**
Class OID 2.16.76.1.3.7
Has some "ICP-BRASIL Pessoa Juridica" attributes
* number of Specific Registry (called CEI), on
Brazilian National Institute of Social Security, of the bussines company holding the certificate
- OID_2_16_76_1_3_7() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_7
-
- OID_2_16_76_1_3_8 - Class in org.demoiselle.signer.core.oid
-
Has some "ICP-BRASIL Equipment" attributes
Corporate name in the the Brazilian IRS's Bussiness Company Registry Number called CNPJ without abbreviations
- OID_2_16_76_1_3_8() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_8
-
- OID_2_16_76_1_3_9 - Class in org.demoiselle.signer.core.oid
-
OID = 2.16.76.1.3.9 And content = in the first 11 (eleven) positions,
the Brazilian Civil Identity Registration number.
- OID_2_16_76_1_3_9() - Constructor for class org.demoiselle.signer.core.oid.OID_2_16_76_1_3_9
-
- OID_2_5_29_17 - Class in org.demoiselle.signer.core.oid
-
subjectAltName
Subject alternative name ("subjectAltName" extension)
See IETF RFC 5280.
- OID_2_5_29_17() - Constructor for class org.demoiselle.signer.core.oid.OID_2_5_29_17
-
- OID_2_5_4_5 - Class in org.demoiselle.signer.core.oid
-
subjectAltName
Subject alternative name ("subjectAltName" extension)
See IETF RFC 5280.
- OID_2_5_4_5() - Constructor for class org.demoiselle.signer.core.oid.OID_2_5_4_5
-
- OID_A1_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_A2_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_A3_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_A4_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_S1_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_S2_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_S3_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OID_S4_CERTIFICATE - Static variable in class org.demoiselle.signer.core.extension.BasicCertificate
-
- OIDExtension - Annotation Type in org.demoiselle.signer.core
-
Annotation for X.509 Extension OIDs.
- OIDExtensionUtil - Class in org.demoiselle.signer.core.util
-
For Certificate Extensions: oid_2_5_29_17 (subjectAltName) and oid_2_5_29_31(cRLDistributionPoints)
- OIDExtensionUtil(X509Certificate) - Constructor for class org.demoiselle.signer.core.util.OIDExtensionUtil
-
- OIDGeneric - Class in org.demoiselle.signer.core.oid
-
Generic Class for treatment of some attributes of certificates of ICP-BRASIL,
for: Individual (Pessoa Física) of the Business Entity (Pessoa Jurídica) and Equipment.
- OIDGeneric() - Constructor for class org.demoiselle.signer.core.oid.OIDGeneric
-
- OnLineCRLRepository - Class in org.demoiselle.signer.core.repository
-
Representa um repositório online.
- OnLineCRLRepository() - Constructor for class org.demoiselle.signer.core.repository.OnLineCRLRepository
-
- OnLineCRLRepository(Proxy) - Constructor for class org.demoiselle.signer.core.repository.OnLineCRLRepository
-
- org.demoiselle.signer.core - package org.demoiselle.signer.core
-
Documentation of package (put it here)
- org.demoiselle.signer.core.ca.manager - package org.demoiselle.signer.core.ca.manager
-
Documentation of package (put it here)
- org.demoiselle.signer.core.ca.provider - package org.demoiselle.signer.core.ca.provider
-
Documentation of package (put it here)
- org.demoiselle.signer.core.exception - package org.demoiselle.signer.core.exception
-
Documentation of package (put it here)
- org.demoiselle.signer.core.extension - package org.demoiselle.signer.core.extension
-
Documentation of package (put it here)
- org.demoiselle.signer.core.factory - package org.demoiselle.signer.core.factory
-
Documentation of package (put it here)
- org.demoiselle.signer.core.keystore.loader - package org.demoiselle.signer.core.keystore.loader
-
Documentation of package (put it here)
- org.demoiselle.signer.core.keystore.loader.configuration - package org.demoiselle.signer.core.keystore.loader.configuration
-
Documentation of package (put it here)
- org.demoiselle.signer.core.keystore.loader.factory - package org.demoiselle.signer.core.keystore.loader.factory
-
Documentation of package (put it here)
- org.demoiselle.signer.core.keystore.loader.implementation - package org.demoiselle.signer.core.keystore.loader.implementation
-
Documentation of package (put it here)
- org.demoiselle.signer.core.oid - package org.demoiselle.signer.core.oid
-
Documentation of package (put it here)
- org.demoiselle.signer.core.repository - package org.demoiselle.signer.core.repository
-
Documentation of package (put it here)
- org.demoiselle.signer.core.timestamp - package org.demoiselle.signer.core.timestamp
-
Documentation of package (put it here)
- org.demoiselle.signer.core.util - package org.demoiselle.signer.core.util
-
Documentation of package (put it here)
- org.demoiselle.signer.core.validator - package org.demoiselle.signer.core.validator
-
Documentation of package (put it here)