Uses of Class
jetbrains.buildServer.serverSide.crypt.EncryptionFailedException
-
Packages that use EncryptionFailedException Package Description jetbrains.buildServer.serverSide.crypt -
-
Uses of EncryptionFailedException in jetbrains.buildServer.serverSide.crypt
Methods in jetbrains.buildServer.serverSide.crypt that throw EncryptionFailedException Modifier and Type Method Description static String
RSACipher. encryptData(String plain)
Encrypts specified string, and returns hex representation of the encrypted datastatic String
RSACipher. encryptData(String plain, PublicKey pubKey)
Encrypts data using the specified public key using default system charsetstatic String
RSACipher. encryptData(String plain, PublicKey pubKey, Charset charset)
Encrypts data using the specified public key using the given charsetstatic String
RSACipher. encryptDataForWeb(String plain)
Encrypts specified string, and returns hex representation of the encrypted data.
-