Skip navigation links
A C D E G I M O P U 

A

AESGCMNoPadding - Class in org.codehaus.plexus.components.cipher.internal
 
AESGCMNoPadding() - Constructor for class org.codehaus.plexus.components.cipher.internal.AESGCMNoPadding
 
availableCiphers() - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
availableCiphers() - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Returns the available cipher algorithms, never null.

C

Cipher - Interface in org.codehaus.plexus.components.cipher.internal
Cipher interface.
CIPHER_ALG - Static variable in class org.codehaus.plexus.components.cipher.internal.AESGCMNoPadding
 

D

decorate(String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
decorate(String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Decorates given string.
decrypt(String, String) - Method in class org.codehaus.plexus.components.cipher.internal.AESGCMNoPadding
 
decrypt(String, String) - Method in interface org.codehaus.plexus.components.cipher.internal.Cipher
Decrypts the encrypted text with password and returns clear text result.
decrypt(String, String, String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
decrypt(String, String, String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Decrypt given Base64 encoded string with the given alg and passPhrase and return resulting string.
decryptDecorated(String, String, String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
decryptDecorated(String, String, String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Decrypt given decorated Base64 encoded string with the given alg and passPhrase and return resulting string.
DefaultPlexusCipher - Class in org.codehaus.plexus.components.cipher.internal
Default implementation of PlexusCipher.
DefaultPlexusCipher(Map<String, Cipher>) - Constructor for class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 

E

encrypt(String, String) - Method in class org.codehaus.plexus.components.cipher.internal.AESGCMNoPadding
 
encrypt(String, String) - Method in interface org.codehaus.plexus.components.cipher.internal.Cipher
Encrypts the clear text data with password and returns result.
encrypt(String, String, String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
encrypt(String, String, String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Encrypt given string with the given alg and passPhrase and encode it into Base64 string.
encryptAndDecorate(String, String, String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
encryptAndDecorate(String, String, String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Encrypt given string with the given alg and passPhrase and encode it into Base64 decorated string.

G

getCryptoImpls(String) - Static method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
This method returns the available implementations for a service type
getServiceTypes() - Static method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
Exploratory part.

I

isEncryptedString(String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
isEncryptedString(String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Check if given string is decorated.

M

main(String[]) - Static method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 

O

org.codehaus.plexus.components.cipher - package org.codehaus.plexus.components.cipher
 
org.codehaus.plexus.components.cipher.internal - package org.codehaus.plexus.components.cipher.internal
 

P

PlexusCipher - Interface in org.codehaus.plexus.components.cipher
 
PlexusCipherException - Exception in org.codehaus.plexus.components.cipher
 
PlexusCipherException(String) - Constructor for exception org.codehaus.plexus.components.cipher.PlexusCipherException
 
PlexusCipherException(String, Throwable) - Constructor for exception org.codehaus.plexus.components.cipher.PlexusCipherException
 

U

unDecorate(String) - Method in class org.codehaus.plexus.components.cipher.internal.DefaultPlexusCipher
 
unDecorate(String) - Method in interface org.codehaus.plexus.components.cipher.PlexusCipher
Remove decorations from string, if it was decorated.
A C D E G I M O P U 
Skip navigation links

Copyright © 2001–2024 Codehaus Plexus. All rights reserved.