Class MerlinAKI

All Implemented Interfaces:
Crypto

public class MerlinAKI extends Merlin
A Crypto implementation based on two Java KeyStore objects, one being the keystore, and one being the truststore. It differs from Merlin in that it searches the truststore for the issuing cert using the AuthorityKeyIdentifier bytes of the certificate, as opposed to the issuer DN.