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 PlexusCipherException
 String PlexusCipher.decrypt(String str, String passPhrase)
          decrypt given base64 encrypted string
 String DefaultPlexusCipher.decrypt(String str, String passPhrase)
           
 String PBECipher.decrypt64(String encryptedText, String password)
           
 String PlexusCipher.decryptDecorated(String str, String passPhrase)
          decrypt given base64 encoded encrypted string.
 String DefaultPlexusCipher.decryptDecorated(String str, String passPhrase)
           
 String PlexusCipher.encrypt(String str, String passPhrase)
          encrypt given string with the given passPhrase and encode it into base64
 String DefaultPlexusCipher.encrypt(String str, String passPhrase)
           
 String PBECipher.encrypt64(String clearText, String password)
           
 String PlexusCipher.encryptAndDecorate(String str, String passPhrase)
          encrypt given string with the given passPhrase, encode it into base64 and return result, wrapped into { } decorations
 String DefaultPlexusCipher.encryptAndDecorate(String str, String passPhrase)
           
 String PlexusCipher.unDecorate(String str)
          return string inside decorations
 String DefaultPlexusCipher.unDecorate(String str)
           
 

Constructors in org.sonatype.plexus.components.cipher that throw PlexusCipherException
DefaultPlexusCipher()
           
PBECipher()
           
 



Copyright © 2008-2011. All Rights Reserved.