Class PKNFC

java.lang.Object
de.brendamour.jpasskit.PKNFC
All Implemented Interfaces:
Serializable, Cloneable

public class PKNFC extends Object implements Cloneable, Serializable
See Also:
  • Field Details

    • message

      protected String message
    • encryptionPublicKey

      protected String encryptionPublicKey
    • requiresAuthentication

      protected Boolean requiresAuthentication
  • Constructor Details

    • PKNFC

      protected PKNFC()
  • Method Details

    • getMessage

      public String getMessage()
    • getEncryptionPublicKey

      public String getEncryptionPublicKey()
    • getRequiresAuthentication

      public Boolean getRequiresAuthentication()
    • clone

      protected PKNFC clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static PKNFCBuilder builder()
    • builder

      public static PKNFCBuilder builder(PKNFC nfc)