Skip to content

Commit

Permalink
update 2.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Feb 6, 2024
1 parent b5ac286 commit fcaf789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 2.1.0-SNAPSHOT/api_class_diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ package "transaction" as transaction {

+<color:blue>AsymmetricCryptoSecuritySetting addCaCertificateFactory (CaCertificateFactory caCertificateFactory)
+<color:blue>AsymmetricCryptoSecuritySetting addCardCertificateFactory (CardCertificateFactory cardCertificateFactory)

+<color:grey>AsymmetricCryptoSecuritySetting authorizeAllTrustedCa ()
+<color:grey>AsymmetricCryptoSecuritySetting authorizeOnlyConfiguredCa ()
+<color:grey>AsymmetricCryptoSecuritySetting revokeCa (byte[] targetExcludedCaPlublicKeyReference)
}
+interface "SymmetricCryptoSecuritySetting" as SymmetricCryptoSecuritySetting <<blue>> {
+SymmetricCryptoSecuritySetting enableMultipleSession ()
Expand Down
2 changes: 1 addition & 1 deletion 2.1.0-SNAPSHOT/api_class_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcaf789

Please sign in to comment.