|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.crypto.policies.EncryptionCredentials
public final class EncryptionCredentials
A utility class to create EncryptionCredentials from a Map with private keys and their serial numbers.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||