Class CryptographicFileFormatUtil
java.lang.Object
de.xima.fc.cryptography.BouncyCastleSupport
de.xima.fc.certificate.ms.impl.util.CryptographicFileFormatUtil
Utility class for detecting cryptographic file formats based on their content.
- Since:
- 24.03.25
- Author:
- tobias
-
Method Summary
Modifier and TypeMethodDescriptionstatic ECryptoFileFormatdetectFormat(byte[] data, char[] password) Detect cryptographic file format based on signatures and structureMethods inherited from class BouncyCastleSupport
buildSignedCertificate, createCMSContentEncryptorBuilder, createContentSigner, createJceKeyTransRecipientInfoGenerator, createKeyFactory, createKeyPairGenerator, createKeyStore, createOpenSSLPKCS8DecryptorProviderBuilder, createPEMKeyConverter, createSignature, createX509CertificateConverter, createX509CertificateFactory
-
Method Details
-
detectFormat
Detect cryptographic file format based on signatures and structure
-