- encode(Object) - Method in class org.sonatype.plexus.components.cipher.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class org.sonatype.plexus.components.cipher.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the Base64 alphabet.
- encodeBase64(byte[]) - Static method in class org.sonatype.plexus.components.cipher.Base64
-
Encodes binary data using the base64 algorithm but
does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.sonatype.plexus.components.cipher.Base64
-
Encodes binary data using the base64 algorithm, optionally
chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.sonatype.plexus.components.cipher.Base64
-
Encodes binary data using the base64 algorithm and chunks
the encoded output into 76 character blocks
- encrypt(String, String) - Method in class org.sonatype.plexus.components.cipher.DefaultPlexusCipher
-
- encrypt(String, String) - Method in interface org.sonatype.plexus.components.cipher.PlexusCipher
-
encrypt given string with the given passPhrase and encode it into base64
- encrypt64(String, String) - Method in class org.sonatype.plexus.components.cipher.PBECipher
-
- encryptAndDecorate(String, String) - Method in class org.sonatype.plexus.components.cipher.DefaultPlexusCipher
-
- encryptAndDecorate(String, String) - Method in interface org.sonatype.plexus.components.cipher.PlexusCipher
-
encrypt given string with the given passPhrase, encode it into base64 and return result, wrapped into { }
decorations
- ENCRYPTED_STRING_DECORATION_START - Static variable in interface org.sonatype.plexus.components.cipher.PlexusCipher
-
- ENCRYPTED_STRING_DECORATION_STOP - Static variable in interface org.sonatype.plexus.components.cipher.PlexusCipher
-