Skip to content

Commit

Permalink
deploy: 3f7c47e
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Sep 26, 2023
1 parent 2e996db commit 361a895
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 2.0.0-SNAPSHOT/api_class_diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title
<img:../assets/logo.svg{scale=0.2}>

Terminal Calypso Card API 2.0.+ (2023-06-29)
Terminal Calypso Card API 2.0.+ (2023-09-21)
end title

' == THEME ==
Expand Down Expand Up @@ -70,12 +70,12 @@ package "calypso.card" as calypsoCard {
+<color:blue>CalypsoCardSelectionExtension createCalypsoCardSelectionExtension ()

+<color:blue>SymmetricCryptoSecuritySetting createSymmetricCryptoSecuritySetting (SymmetricCryptoTransactionManagerFactory cryptoTransactionManagerFactory)
+<color:blue>AsymmetricCryptoSecuritySetting createAsymmetricCryptoSecuritySetting (AsymmetricCryptoTransactionManagerFactory cryptoTransactionManagerFactory)
+<color:grey>AsymmetricCryptoSecuritySetting createAsymmetricCryptoSecuritySetting (AsymmetricCryptoTransactionManagerFactory cryptoTransactionManagerFactory)

+<color:blue>FreeTransactionManager createFreeTransactionManager (<back:yellow>CardReader</back> cardReader, CalypsoCard card)
+<color:blue>SecureRegularModeTransactionManager createSecureRegularModeTransactionManager (<back:yellow>CardReader</back> cardReader, CalypsoCard card, SymmetricCryptoSecuritySetting securitySetting)
+<color:blue>SecureExtendedModeTransactionManager createSecureExtendedModeTransactionManager (<back:yellow>CardReader</back> cardReader, CalypsoCard card, SymmetricCryptoSecuritySetting securitySetting)
+<color:blue>SecurePkiModeTransactionManager createSecurePkiModeTransactionManager (<back:yellow>CardReader</back> cardReader, CalypsoCard card, AsymmetricCryptoSecuritySetting securitySetting)
+<color:grey>SecurePkiModeTransactionManager createSecurePkiModeTransactionManager (<back:yellow>CardReader</back> cardReader, CalypsoCard card, AsymmetricCryptoSecuritySetting securitySetting)

+<color:blue>SearchCommandData createSearchCommandData ()
}
Expand Down Expand Up @@ -311,8 +311,8 @@ package "transaction" as transaction {
+SecureExtendedModeTransactionManager prepareActivateEncryption ()
+SecureExtendedModeTransactionManager prepareDeactivateEncryption ()
}
+interface "<color:blue>SecurePkiModeTransactionManager" as SecurePkiModeTransactionManager <<blue>> extends SecureTransactionManager {
+<color:blue>SecurePkiModeTransactionManager prepareOpenSecureSession ()
+interface "<color:grey>SecurePkiModeTransactionManager" as SecurePkiModeTransactionManager <<blue>> extends SecureTransactionManager {
+<color:grey>SecurePkiModeTransactionManager prepareOpenSecureSession ()
}

+enum SvOperation <<green>> {
Expand Down
2 changes: 1 addition & 1 deletion 2.0.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 361a895

Please sign in to comment.