import javax.crypto.*; //导入crypto包下所有类import javax.crypto.spec.*; //导入spec包下所有类其实import javax.crypto.*下面就包含了import javax.crypto.spec.*、导入了import javax.crypto.*就不必在导入import javax.crypto.spec.*、
引用类 导入类