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 StringRSACipher. encryptData(String plain)Encrypts specified string, and returns hex representation of the encrypted datastatic StringRSACipher. encryptData(String plain, PublicKey pubKey)Encrypts data using the specified public key using default system charsetstatic StringRSACipher. encryptData(String plain, PublicKey pubKey, Charset charset)Encrypts data using the specified public key using the given charsetstatic StringRSACipher. encryptDataForWeb(String plain)Encrypts specified string, and returns hex representation of the encrypted data.
-