MCPcopy Create free account

hub / github.com/beatty/applepay_crypto_demo / functions

Functions13 in github.com/beatty/applepay_crypto_demo

↓ 3 callersMethodinit
( DerivationParameters param)
src/main/java/org/xmldap/crypto/KDFConcatGenerator.java:63
↓ 1 callersMethoddecrypt
(byte[] ciphertext, ECPrivateKey merchantPrivateKey, ECPublicKey ephemeralPublicKey, byte[] merchantIdentifier
src/main/java/com/johndbeatty/applepay/Main.java:101
↓ 1 callersMethodextractMerchantIdentifier
(X509Certificate merchantCertificate)
src/main/java/com/johndbeatty/applepay/Main.java:138
↓ 1 callersMethodgenerateBytes
fill len bytes of the output buffer with bytes generated from the derivation function. @throws IllegalArgumentException if the size of the request wi
src/main/java/org/xmldap/crypto/KDFConcatGenerator.java:93
↓ 1 callersMethodhexStringToByteArray
(String s)
src/main/java/com/johndbeatty/applepay/Main.java:151
↓ 1 callersMethodloadPrivateKey
(String pkcs12Filename)
src/main/java/com/johndbeatty/applepay/Main.java:126
↓ 1 callersMethodreadDerEncodedX509Certificate
(InputStream in)
src/main/java/com/johndbeatty/applepay/Main.java:146
MethodAppTest
Create the test case @param testName name of the test case
src/test/java/com/johndbeatty/applepay/AppTest.java:18
MethodKDFConcatGenerator
Construct a KDF Parameters generator. <p> @param counterStart value of counter. @param digest the digest to be used as the source of derived keys.
src/main/java/org/xmldap/crypto/KDFConcatGenerator.java:57
MethodgetDigest
return the underlying digest.
src/main/java/org/xmldap/crypto/KDFConcatGenerator.java:81
Methodmain
(String[] args)
src/main/java/com/johndbeatty/applepay/Main.java:65
Methodsuite
@return the suite of tests being tested
src/test/java/com/johndbeatty/applepay/AppTest.java:26
MethodtestApp
Rigourous Test :-)
src/test/java/com/johndbeatty/applepay/AppTest.java:34