Class Passphrase


  • public final class Passphrase
    extends Object
    Wraps a pass phrase in such a way that it is not stored as a String.
    Since:
    2.0-beta-4
    Author:
    Brett Okken, Cerner Corporation
    • Constructor Detail

      • Passphrase

        public Passphrase()
    • Method Detail

      • setPassphrase

        public void setPassphrase​(String passphrase)
        Sets the passphrase.
        Parameters:
        passphrase - The passphrase to set.
      • getPassphrase

        public char[] getPassphrase()
        Returns:
        Returns the passphrase.