Uses of Class
dev.getelements.elements.sdk.model.exception.crypto.InvalidKeyException
Packages that use InvalidKeyException
-
Uses of InvalidKeyException in dev.getelements.elements.sdk.service.util
Methods in dev.getelements.elements.sdk.service.util that throw InvalidKeyExceptionModifier and TypeMethodDescriptiondefault PrivateKey
CryptoKeyPairUtility.getPrivateKey
(PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm, String base64Representation) Loads the private key from the supplied base64 string.<PrivateKeyT extends PrivateKey>
PrivateKeyTCryptoKeyPairUtility.getPrivateKey
(PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm, String base64Representation, Class<PrivateKeyT> publicKeyTClass) Loads the private key from the supplied base64 encoded string.default PublicKey
CryptoKeyPairUtility.getPublicKey
(PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm, String base64Representation) Loads the public key from the supplied base64 string.<PublicKeyT extends PublicKey>
PublicKeyTCryptoKeyPairUtility.getPublicKey
(PrivateKeyCrytpoAlgorithm privateKeyCrytpoAlgorithm, String base64Representation, Class<PublicKeyT> publicKeyTClass) Loads the public key from the supplied base64 encoded string.