Uses of Class
org.wso2.carbon.crypto.api.PrivateKeyInfo
Packages that use PrivateKeyInfo
-
Uses of PrivateKeyInfo in org.wso2.carbon.crypto.api
Methods in org.wso2.carbon.crypto.api that return PrivateKeyInfoModifier and TypeMethodDescriptionabstract PrivateKeyInfoKeyResolver.getPrivateKeyInfo(CryptoContext cryptoContext) Returns the discovery information about a private key, based on the given context.Methods in org.wso2.carbon.crypto.api with parameters of type PrivateKeyInfoModifier and TypeMethodDescriptionbyte[]ExternalCryptoProvider.decrypt(byte[] ciphertext, String algorithm, String javaSecurityAPIProvider, CryptoContext cryptoContext, PrivateKeyInfo privateKeyInfo) Computes and returns the cleartext of the given ciphertext.ExternalCryptoProvider.getPrivateKey(CryptoContext cryptoContext, PrivateKeyInfo privateKeyInfo) Returns thePrivateKeybased on the givenCryptoContext.default byte[]ExternalCryptoProvider.hybridDecrypt(HybridEncryptionOutput hybridEncryptionOutput, String symmetricAlgorithm, String asymmetricAlgorithm, String javaSecurityProvider, CryptoContext cryptoContext, PrivateKeyInfo privateKeyInfo) Computes and return clear data based on providedHybridEncryptionOutput.byte[]ExternalCryptoProvider.sign(byte[] data, String algorithm, String javaSecurityAPIProvider, CryptoContext cryptoContext, PrivateKeyInfo privateKeyInfo) Computes and returns the signature of given data.