Skip to content

Commit

Permalink
update 0.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Jan 24, 2024
1 parent be37928 commit 05abcf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 0.1.0-SNAPSHOT/api_class_diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,23 @@ package "calypso.crypto.asymmetric" as api {
package spi {
together {
+interface PcaCertificateSpi <<red>> {
+PublicKeySpi extractPublicKey ()
+PublicKeySpi getPublicKey ()
}
+interface CaCertificateFactorySpi <<red>> {
+byte getCertificateType ()
+CaCertificateSpi createCertificate (byte[] cardOutputData)
}
+interface CaCertificateSpi <<red>> {
+byte[] getIssuerPublicKeyReference ()
+PublicKeySpi extractPublicKey (<Back:Yellow>PublicKey</Back> issuerPublicKey)
+PublicKeySpi getPublicKey (<Back:Yellow>PublicKey</Back> issuerPublicKey)
}
+interface CardCertificateFactorySpi <<red>> {
+byte getCertificateType ()
+CardCertificateSpi createCertificate (byte[] cardOutputData, CardIdentifierApi cardIdentifierApi)
}
+interface CardCertificateSpi <<red>> {
+byte[] getIssuerPublicKeyReference ()
+CardPublicKeySpi extractPublicKey (<Back:Yellow>PublicKey</Back> issuerPublicKey)
+CardPublicKeySpi getPublicKey (<Back:Yellow>PublicKey</Back> issuerPublicKey)
}
}
+interface PublicKeySpi <<red>> {
Expand Down
Loading

0 comments on commit 05abcf1

Please sign in to comment.