final class EphemeralKeyManager extends Object
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
EphemeralKeyManager.EphemeralKeyPair
Inner class to handle storage of ephemeral KeyPairs.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private static int |
INDEX_RSA1024 |
private static int |
INDEX_RSA512 |
private EphemeralKeyManager.EphemeralKeyPair[] |
keys |
| 构造器和说明 |
|---|
EphemeralKeyManager() |
private static final int INDEX_RSA512
private static final int INDEX_RSA1024
private final EphemeralKeyManager.EphemeralKeyPair[] keys
KeyPair getRSAKeyPair(boolean export, SecureRandom random)
Copyright © 2023. All rights reserved.