Skip to content

Commit

Permalink
deploy: dcbebc1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Oct 11, 2023
1 parent 361a895 commit eec1c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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-09-21)
Terminal Calypso Card API 2.0.+ (2023-10-11)
end title

' == THEME ==
Expand Down Expand Up @@ -301,8 +301,6 @@ package "transaction" as transaction {
+T prepareRehabilitate ()

+T prepareChangeKey (int keyIndex, byte newKif, byte newKvc, byte issuerKif, byte issuerKvc)

+<color:blue>void initCryptoContextForNextTransaction ()
}
+interface "<color:blue>SecureRegularModeTransactionManager" as SecureRegularModeTransactionManager <<blue>> extends SecureSymmetricCryptoTransactionManager {
}
Expand Down Expand Up @@ -346,6 +344,8 @@ package "transaction" as transaction {

+SymmetricCryptoSecuritySetting setPinVerificationCipheringKey (byte kif, byte kvc)
+SymmetricCryptoSecuritySetting setPinModificationCipheringKey (byte kif, byte kvc)

+<color:blue>void initCryptoContextForNextTransaction ()
}
}
+interface SearchCommandData <<blue>> {
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 eec1c5e

Please sign in to comment.