| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None | ||
Properties inherited from CryptoManager | ||
enabled |
Methods
Methods defined in this Managed Object |
---|
ChangeKey_Task, CryptoManagerHostEnable, CryptoManagerHostPrepare |
Methods inherited from CryptoManager |
AddKey, AddKeys, ListKeys, RemoveKey, RemoveKeys |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CryptoManagerHost used to make the method call. |
newKey | CryptoKeyPlain |
The key that replaces the existing core dump encryption key
|
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the host is not in safe state |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CryptoManagerHost used to make the method call. |
initialKey | CryptoKeyPlain |
The key to be used for core dump encryption
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
AlreadyExists | Thrown if the host is in safe state and initialKey differs from the existing core dump encryption key |
InvalidState | Thrown if the host is in incapable state |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CryptoManagerHost used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidState | Thrown if the host is not in incapable state |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |