Codebase list python-castellan / 8bd4f29
Merge "Removing SymmetricKey docs from key module" Jenkins authored 8 years ago Gerrit Code Review committed 8 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1313 # under the License.
1414
1515 """
16 Base Key and SymmetricKey Classes
16 Base Key Class
1717
18 This module defines the Key and SymmetricKey classes. The Key class is the base
19 class to represent all encryption keys. The basis for this class was copied
18 This module defines the Key class. The Key class is the base class to
19 represent all encryption keys. The basis for this class was copied
2020 from Java.
2121 """
2222