Uses of Class
org.sonatype.plexus.components.cipher.PlexusCipherException
-
Uses of PlexusCipherException in org.sonatype.plexus.components.cipher
Methods in org.sonatype.plexus.components.cipher that throw PlexusCipherExceptionModifier and TypeMethodDescriptiondecrypt given base64 encrypted stringDefaultPlexusCipher.decryptDecorated
(String str, String passPhrase) PlexusCipher.decryptDecorated
(String str, String passPhrase) decrypt given base64 encoded encrypted string.encrypt given string with the given passPhrase and encode it into base64DefaultPlexusCipher.encryptAndDecorate
(String str, String passPhrase) PlexusCipher.encryptAndDecorate
(String str, String passPhrase) encrypt given string with the given passPhrase, encode it into base64 and return result, wrapped into { } decorationsDefaultPlexusCipher.unDecorate
(String str) PlexusCipher.unDecorate
(String str) return string inside decorations