public final class EncryptionCredentials
extends java.lang.Object
Map with private keys and their serial numbers.| Modifier and Type | Method and Description |
|---|---|
static EncryptionCredential[] |
from(java.util.Map<java.lang.String,java.security.PrivateKey> privateKeyMap)
Creates an array of EncryptionCredentials from a
Map with private keys and their serial number. |
static java.util.Map<java.lang.String,java.security.PrivateKey> |
toMap(EncryptionCredential[] credentials)
Create a Map with private keys and their serial numbers from an array of EncryptionCredentials.
|
public static EncryptionCredential[] from(java.util.Map<java.lang.String,java.security.PrivateKey> privateKeyMap)
Map with private keys and their serial number.privateKeyMap - A map with private keys and their serial number.public static java.util.Map<java.lang.String,java.security.PrivateKey> toMap(EncryptionCredential[] credentials)
credentials - An array of encryption credentials.Copyright © 2021 eHealth. All rights reserved.