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

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



Copyright © 2008-2010. All Rights Reserved.