Uses of Class
eu.europa.esig.dss.spi.security.DSSP7CCertificatesSecurityFactory
Packages that use DSSP7CCertificatesSecurityFactory
-
Uses of DSSP7CCertificatesSecurityFactory in eu.europa.esig.dss.spi.security
Fields in eu.europa.esig.dss.spi.security declared as DSSP7CCertificatesSecurityFactoryModifier and TypeFieldDescriptionstatic final DSSP7CCertificatesSecurityFactory<byte[]> DSSP7CCertificatesSecurityFactory.BINARY_INSTANCEThis class builds a list of CertificateToken's using the p7c certificate chain provided in the form of byte arraystatic final DSSP7CCertificatesSecurityFactory<File> DSSP7CCertificatesSecurityFactory.FILE_INSTANCEThis class builds a list of CertificateToken's using the p7c certificate chain provided in the form of Filestatic final DSSP7CCertificatesSecurityFactory<InputStream> DSSP7CCertificatesSecurityFactory.INPUT_STREAM_INSTANCEThis class creates a list of CertificateToken's using the p7c certificate chain provided in the form of InputStream.