Uses of Class
org.wso2.carbon.crypto.api.CertificateInfo
Packages that use CertificateInfo
-
Uses of CertificateInfo in org.wso2.carbon.crypto.api
Methods in org.wso2.carbon.crypto.api that return CertificateInfoModifier and TypeMethodDescriptionabstract CertificateInfoKeyResolver.getCertificateInfo(CryptoContext cryptoContext) Returns the discovery information about a certificate, based on the given context.Methods in org.wso2.carbon.crypto.api with parameters of type CertificateInfoModifier and TypeMethodDescriptionbyte[]ExternalCryptoProvider.encrypt(byte[] data, String algorithm, String javaSecurityAPIProvider, CryptoContext cryptoContext, CertificateInfo certificateInfo) Computes and returns the ciphertext of the given cleartext.ExternalCryptoProvider.getCertificate(CryptoContext cryptoContext, CertificateInfo certificateInfo) Returns theCertificatebased on the givenCryptoContext.default HybridEncryptionOutputExternalCryptoProvider.hybridEncrypt(HybridEncryptionInput hybridEncryptionInput, String symmetricAlgorithm, String asymmetricAlgorithm, String javaSecurityProvider, CryptoContext cryptoContext, CertificateInfo certificateInfo) Computes and return aHybridEncryptionOutputbased on providedHybridEncryptionInput.booleanExternalCryptoProvider.verifySignature(byte[] data, byte[] signature, String algorithm, String javaSecurityAPIProvider, CryptoContext cryptoContext, CertificateInfo certificateInfo) Verifies whether given signature of the given data was generated by a trusted external party.