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 Jan 25, 2024
1 parent 3d43544 commit 60bc95e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions 2.1.0-SNAPSHOT/api_class_diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ package "transaction" as transaction {
+**SessionBufferOverflowException**: Session buffer would overflow for atomic session.
+**UnauthorizedKeyException**
+**InvalidPinException**
+<color:blue>**InvalidCertificateException**
+**InconsistentDataException**: Number of R-APDUs != number of C-APDUs **or** data read in session != data read outside session.
+**InvalidCardSignatureException**
+**CardSignatureNotVerifiableException**: CloseSecureSession is successful but crypto resource is no more available to check the card MAC.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ activate app
app -> setting : addPcaCertificate (pcaCertificate)
activate setting

setting -> pca : getPublicKey ()
setting -> pca : checkCertificateAndGetPublicKey ()
activate pca
setting <-- pca : publicKeySpi
deactivate pca
Expand All @@ -42,7 +42,7 @@ deactivate ca

setting -> setting : issuerPublicKey := findPublicKey (issuerPublicKeyReference)

setting -> ca : getPublicKey (issuerPublicKey.getPublicKey ())
setting -> ca : checkCertificateAndGetPublicKey (issuerPublicKey.checkCertificateAndGetPublicKey ())
activate ca
setting <-- ca : publicKeySpi
deactivate ca
Expand Down
Loading

0 comments on commit 60bc95e

Please sign in to comment.