Package | Description |
---|---|
org.apache.sshd.common.config.keys.loader.pem | |
org.apache.sshd.common.util.io.der |
Modifier and Type | Method and Description |
---|---|
ASN1Object |
PKCS8PrivateKeyInfo.getAlgorithmParameter() |
ASN1Object |
PKCS8PrivateKeyInfo.getPrivateKeyBytes() |
Modifier and Type | Method and Description |
---|---|
static Map.Entry<ECPrivateKeySpec,ASN1Object> |
ECDSAPEMResourceKeyPairParser.decodeECPrivateKeySpec(ECCurves curve,
DERParser parser) |
static Map.Entry<ECCurves,ASN1Object> |
ECDSAPEMResourceKeyPairParser.parseCurveParameter(ASN1Object paramsObject) |
static Map.Entry<ECCurves,ASN1Object> |
ECDSAPEMResourceKeyPairParser.parseCurveParameter(DERParser parser) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS8PrivateKeyInfo.decode(ASN1Object privateKeyInfo)
Decodes the current information with the data from the provided encoding.
|
static ECPoint |
ECDSAPEMResourceKeyPairParser.decodeECPointData(ASN1Object pointData) |
static Map.Entry<ECPublicKeySpec,ECPrivateKeySpec> |
ECDSAPEMResourceKeyPairParser.decodeECPrivateKeySpec(ECCurves curve,
ASN1Object sequence)
ASN.1 syntax according to RFC 5915 is:
|
static ECPoint |
ECDSAPEMResourceKeyPairParser.decodeECPublicKeyValue(ASN1Object dataObject) |
static Map.Entry<ECCurves,ASN1Object> |
ECDSAPEMResourceKeyPairParser.parseCurveParameter(ASN1Object paramsObject) |
void |
PKCS8PrivateKeyInfo.setAlgorithmParameter(ASN1Object algorithmParameter) |
void |
PKCS8PrivateKeyInfo.setPrivateKeyBytes(ASN1Object privateKeyBytes) |
Constructor and Description |
---|
PKCS8PrivateKeyInfo(ASN1Object privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
ASN1Object |
ASN1Object.clone() |
ASN1Object |
DERParser.readObject() |
Modifier and Type | Method and Description |
---|---|
void |
DERWriter.writeObject(ASN1Object obj) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.