super(params); if (!(params instanceof MyCertStoreParameters)) { throw new InvalidAlgorithmParameterException("Invalid params"); }
if (selector == null) { throw new CertStoreException("Parameter is null"); } return null;