- All Implemented Interfaces:
KeyStore
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Coufran
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileKeyStore
public FileKeyStore()
-
FileKeyStore
public FileKeyStore(String fileName)
-
Method Details
-
save
public void save(byte[] key)
Description copied from interface: KeyStore
存储秘钥
- Specified by:
save in interface KeyStore
- Parameters:
key - 秘钥
-
load
public byte[] load()
Description copied from interface: KeyStore
加载秘钥
- Specified by:
load in interface KeyStore
- Returns:
- 秘钥,无秘钥返回null