Skip to content

Instantly share code, notes, and snippets.

@blar
Created February 1, 2015 23:14
Show Gist options
  • Save blar/eeb8b0c78343b335f031 to your computer and use it in GitHub Desktop.
Save blar/eeb8b0c78343b335f031 to your computer and use it in GitHub Desktop.
Interface
<?php
class PrivateKey {
}
class Pkcs12 {
public function getPrivateKey() {
}
}
class Pkcs7 {
public function sign($data, PrivateKey $privateKey) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment