public interface RecipientKeyManager extends KeyManager
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.security.PublicKey> |
getReceipients(Context context)
Retrieves a list of public keys that should be used included in encrypted envelopes of generated
tokens.
|
getProvider
java.util.Map<java.lang.String,java.security.PublicKey> getReceipients(Context context) throws java.lang.UnsupportedOperationException, InternalErrorException
context
- related context.java.lang.UnsupportedOperationException
- if operation in combination with given context isn't
supported.InternalErrorException
- if internal error occurred retrieving the public keys.