Created
February 1, 2015 23:14
-
-
Save blar/eeb8b0c78343b335f031 to your computer and use it in GitHub Desktop.
Interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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