Package | Description |
---|---|
org.apache.sshd.common.config.keys.loader.pem | |
org.apache.sshd.common.util.io.der |
Modifier and Type | Method and Description |
---|---|
static java.security.spec.ECPrivateKeySpec |
ECDSAPEMResourceKeyPairParser.decodeECPrivateKeySpec(DERParser parser) |
static java.security.spec.ECPoint |
ECDSAPEMResourceKeyPairParser.decodeECPublicKeyValue(ECCurves curve,
DERParser parser)
ASN.1 syntax according to rfc5915 is:
|
static java.util.List<java.lang.Integer> |
PKCS8PEMResourceKeyPairParser.getPKCS8AlgorithmIdentifier(DERParser parser)
According to the standard:
|
Modifier and Type | Method and Description |
---|---|
DERParser |
ASN1Object.createParser() |