mirror of
https://github.com/jwtk/jjwt.git
synced 2025-02-22 10:01:38 +00:00
- impl checkpoint: adjusted @since version, added KeyManagementMode concept w/ supporting interfaces - KeyManagementMode interfaces and implementations are dummy implementations to enable compiling. Design still needs to be vetted. - Added JWE EncryptionAlgorithm and supporting interfaces/implementations, and refactored SignatureAlgorithm to be an interface instead of an enum to enable custom algorithms - NoneSignatureAlgorithm cleanup. Added UnsupportedKeyExceptionTest. - testing additions, cleanup cont'd
22 lines
249 B
Plaintext
22 lines
249 B
Plaintext
.DS_Store
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
target/
|
|
.idea
|
|
*.iml
|
|
*.iws
|
|
|
|
.classpath
|
|
.project
|
|
.settings
|