代码搜索:APDU
找到约 97 项符合「APDU」的源代码
代码结果 97
www.eeworm.com/read/446298/7581610
pdf mifare apdu.pdf
www.eeworm.com/read/258367/11867588
res apdu2.res
www.eeworm.com/read/258367/11867664
dpr apdu2.dpr
program APDU2;
uses
Forms,
apdudemo in 'apdudemo.pas' {APDUDemoForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TAPDUDemoForm, APDUDemoForm);
Application.
www.eeworm.com/read/183749/9142271
java wallet.java
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* @(#)Wallet.java 1.11 06/01/03
*/
package com.sun.javacar
www.eeworm.com/read/296295/8110929
java java card code samples-wallet.java
/* License
*
* Copyright 1994-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/166151/5475992
java wallet.java
/*
* Copyright ? 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
//
// Workfile:@(#)Wallet.java 1.9
// Version:1.9
// Date:06/0
www.eeworm.com/read/456073/7359070
java rsakeygen.java
package RSA;
import javacard.framework.*;
import javacard.security.*;
import javacardx.crypto.*;
public class RSAKeyGen extends Applet {
// code of CLA byte in the command APDU header
final sta
www.eeworm.com/read/492619/6416500
java messcard.java
Package MessCard;
import javacard.framework.*
public class MessCard extends Applet{
/*常量声明*/
// MessCard应用支持的CLA
final static byte MessCard _CLA=(byte)0x80;
// MessCard应用支持的INS Install