You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Proposed Changes
- Prefer using the Encapsulate interface method, when possible
- Deprecate the Key's Export method, since we generally don't want to
export the keys and Encapsulate is more accurate for what we want.
- The goal here is to present an interface that supports a fully
delegated rewrap, e.g. using a [Luna Functionality
Module](https://thalesdocs.com/gphsm/luna/7/docs/network/Content/FM_SDK/preface.htm)
or other KAS. In this case, the call to Encapsulate would trigger the
external rewrap.
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions
0 commit comments