en passant: is IndexingObjectStore safe?
Brent Putman
putmanb at georgetown.edu
Thu Jan 16 23:22:06 EST 2014
On 1/15/14 11:49 PM, Cantor, Scott wrote:
> Is it optimizing the string storage, or the actual Cert/CRL object
> storage? If that latter, any chance they implemented equals() ?
It's optimizing the string storage. These XMLObject impls don't know
anything about or use the Java cert and CRL classes. The XMLObjects
faithfully model the XML schema, so xs:base64Binary.
(In v3, I suppose if you wanted to associate a Java cert or CRL instance
with them, you'd want to use the new object metadata thing.)
More information about the dev
mailing list