public final class PlexusCipherUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeMasterPassword(String encodedMasterPassword,
boolean debug) |
static String |
decodeText(String str,
String passPhrase) |
static String |
decodeText(String str,
String passPhrase,
boolean debug) |
static String |
encodeText(String str,
String passPhrase) |
static String |
encodeText(String str,
String passPhrase,
boolean debug) |
public static String decodeMasterPassword(String encodedMasterPassword, boolean debug) throws org.sonatype.plexus.components.cipher.PlexusCipherException
org.sonatype.plexus.components.cipher.PlexusCipherExceptionpublic static String encodeText(String str, String passPhrase) throws org.sonatype.plexus.components.cipher.PlexusCipherException
org.sonatype.plexus.components.cipher.PlexusCipherExceptionpublic static String encodeText(String str, String passPhrase, boolean debug) throws org.sonatype.plexus.components.cipher.PlexusCipherException
org.sonatype.plexus.components.cipher.PlexusCipherExceptionpublic static String decodeText(String str, String passPhrase) throws org.sonatype.plexus.components.cipher.PlexusCipherException
org.sonatype.plexus.components.cipher.PlexusCipherExceptionCopyright © 2019. All rights reserved.