Security Objects Service provides an interface for the security objects service, that allows access to the security objects (keys and certificates) in the configuration. It also allows a new keystore to be created containing a subset of the security objects in the configuration.
Method | Description |
---|---|
|
Returns a new key store that is a subset of this one, with just the keys or certificates with the given aliases. Note that this method will never return SSH keys as they need additional decoding in order to be used. The explicit SSH methods in RDK2.1 should be used instead. Parameters:
Exceptions:
|
|
Retrieves a key from Rhapsody's security provider. Parameters:
Exceptions:
|
|
Retrieves a certificate from Rhapsody's security provider. Parameters:
Exceptions:
|
|
Retrieves a certificate chain from Rhapsody's security provider. If these are X509 certificates (almost certainly the case) then the certificate chain will be reordered if necessary prior to returning them. Parameters:
Exceptions:
|
|
Retrieves a certificate from Rhapsody's security provider with the specified subject. Parameters:
Exceptions:
|