Uses of Class
de.xima.fc.certificate.mgmt.internal.rpc.SerializableInputStreamContainer
Packages that use SerializableInputStreamContainer
-
Uses of SerializableInputStreamContainer in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc with parameters of type SerializableInputStreamContainerModifier and TypeMethodDescription@NotNull ECryptoFileFormatRpcCryptoFileAnalyzer.detectFileFormat(SerializableInputStreamContainer is, char[] password) Detects the file format of a file containing cryptographic credentials.RpcCryptoFileAnalyzer.getCertificateFileDetails(SerializableInputStreamContainer is, KeyStoreScope scope) Based on the defined extensions for an X.509 certificate, this method will return the details of a file based certificate, including a comprehensive summary of the certificate's usage information.RpcCryptoFileAnalyzer.getKeyStoreLayout(SerializableInputStreamContainer is, char[] keyStorePassword, KeyStoreScope scope) Provides a map of the KeyStore layout, i.e. the aliases and types of the entries in the KeyStore.RpcCertificateManagementService.importCryptographicCredentials(SerializableInputStreamContainer is, FileImportSpecification fileImportSpecification, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) Universal method to import a file into the keystore.RpcCertificateManagementService.importCryptographicCredentials(SerializableInputStreamContainer is, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) Universal method to import a file into the keystore.RpcCryptoFileAnalyzer.validateKeyStoreEntryPasswords(SerializableInputStreamContainer is, char[] keyStorePassword, Map<String, char[]> keyStoreEntryPasswords) Checks the passwords of the keystore entries in the provided keystore file.