| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConfigurationParser<I,T extends Configuration> |
interface |
InputStreamConfigurationParser<T extends Configuration> |
interface |
StringConfigurationParser<T extends Configuration> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ExpressionParser |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
PrivateKeySpecParser<KS extends KeySpec>
基本编码规则(BER, Basic Encoding Rules) -X.209
规范编码规则(CER, Canonical Encoding Rules)
识别名编码规则(DER, Distinguished Encoding Rules)
压缩编码规则(PER, Packed Encoding Rules)
XML编码规则(XER, XML Encoding Rules)
其中BER、CER、DER、PER都属于二进制编码,相关密钥文件和证书文件一般采用的是DER编码;
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DsaPrivateKeySpecParser |
class |
EcPrivateKeySpecParser
Key-Length:
192-bit (curve secp192r1),
233-bit (curve sect233k1),
224-bit (curve secp224k1),
256-bit (curves secp256k1 and Curve25519),
283-bit (curve sect283k1),
384-bit (curves p384 and secp384r1),
409-bit (curve sect409r1),
414-bit (curve Curve41417),
448-bit (curve Curve448-Goldilocks),
511-bit (curve M-511),
521-bit (curve P-521),
571-bit (curve sect571k1)
and many others.
|
class |
Pkcs8PrivateKeySpecParser |
class |
RsaPkcs1PrivateKeySpecParser |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BytesBasedPrivateKeySupplier.addKeySpecParser(String algorithm,
Parser<byte[],? extends KeySpec> parser) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IniPlaceholderParser |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
PlaceholderParser |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PropertySourcePlaceholderParser |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PropertiesPlaceholderParser |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterAddressParser
case 1:
host1:port1,host2:port2,host3,host4:port4 => host1:port1, host2:port2,host3:defaultPort,host4:port4
case 2:
host1,host2,host3:port => host1:port,host2:port,host3:port
case 3:
host1,host2,host3 => host1:defaultPort, host2:defaultPort, host3: defaultPort
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpQueryStringAccessor |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
PatternSetExpressionParser<PatternEntry extends Named> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericPatternSetExpressionParser<PatternEntry extends Named> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AnnotatedElementAnnotationParser<A extends Annotation,O> |
interface |
AnnotationParser<A extends Annotation,I,O> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ClassParser<R> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FieldSetterAndGetterClassParser<F extends FieldInfo> |
Copyright © 2021. All rights reserved.