BouncyCastle的缩写UBER?

BouncyCastle abbreviation UBER?

UBER 这个缩写是什么意思?我知道UBEr是BouncyCastle-Keystore之类的但是不知道缩写是什么意思

谢谢

我认为这是对德语单词“Über”的引用(超过 super),而不是缩写。根据 BoncyCastle Specifications

The Bouncy Castle package has three implementation of a keystore.

The first "BKS" is a keystore that will work with the keytool in the same fashion as the Sun "JKS" keystore. The keystore is resistent to tampering but not inspection.

The second, Keystore.BouncyCastle, or Keystore.UBER will only work with the keytool if the password is provided on the command line, as the entire keystore is encrypted with a PBE based on SHA1 and Twofish. PBEWithSHAAndTwofish-CBC. This makes the entire keystore resistant to tampering and inspection, and forces verification. The Sun JDK provided keytool will attempt to load a keystore even if no password is given, this is impossible for this version. (One might wonder about going to all this trouble and then having the password on the command line! New keytool anyone?).