| 程序包 | 说明 |
|---|---|
| com.jn.langx.security |
| 限定符和类型 | 方法和说明 |
|---|---|
static KeyFileIOs.KeyFormat |
KeyFileIOs.KeyFormat.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static KeyFileIOs.KeyFormat[] |
KeyFileIOs.KeyFormat.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
KeyFileIOs.readKey(File file,
KeyFileIOs.KeyFormat keyFormat) |
static byte[] |
KeyFileIOs.readKey(Resource resource,
KeyFileIOs.KeyFormat keyFormat) |
static void |
KeyFileIOs.writeKey(byte[] keyBytes,
File file,
KeyFileIOs.KeyFormat keyFormat) |
static void |
KeyFileIOs.writeKey(byte[] keyBytes,
File file,
KeyFileIOs.KeyFormat keyFormat,
String startLine,
String endLine) |
static void |
KeyFileIOs.writeKey(byte[] keyBytes,
OutputStream outputStream,
KeyFileIOs.KeyFormat keyFormat,
String startLine,
String endLine) |
static void |
KeyFileIOs.writeKey(byte[] keyBytes,
StringBuilder stringBuilder,
KeyFileIOs.KeyFormat keyFormat,
String startLine,
String endLine) |
static void |
KeyFileIOs.writeKey(byte[] keyBytes,
Writer writer,
KeyFileIOs.KeyFormat keyFormat,
String startLine,
String endLine) |
static void |
KeyFileIOs.writeKey(Key key,
File file,
KeyFileIOs.KeyFormat keyFormat) |
static void |
KeyFileIOs.writeKey(Key key,
File file,
KeyFileIOs.KeyFormat keyFormat,
String startLine,
String endLine) |
Copyright © 2021. All rights reserved.