We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user of the p11 package, I should Be Able To perform a WrapKey request So That I Can securely export keys from a module.
acceptance criteria GIVEN session.go WHEN I look at the Session interface THEN I expect to see a WrapKey method added.
WrapKey
GIVEN sessionImpl WHEN I look at implemented methods THEN I expect to find an implementation for WrapKey
sessionImpl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user of the p11 package, I should Be Able To perform a WrapKey request So That I Can securely export keys from a module.
acceptance criteria
GIVEN session.go
WHEN I look at the Session interface
THEN I expect to see a
WrapKey
method added.GIVEN
sessionImpl
WHEN I look at implemented methods
THEN I expect to find an implementation for
WrapKey
The text was updated successfully, but these errors were encountered: