Package org.nfctools.mf.mad

Examples of org.nfctools.mf.mad.Application.makeReadOnly()


    assertFormatted();
    assertWritable();
    try {
      Application application = getApplication();
      application.getApplicationDirectory().makeReadOnly();
      application.makeReadOnly(new KeyValue(Key.B, writeKey));
      writable = false;
    }
    catch (IOException e) {
      throw new NfcException(e);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.