Package | Description |
---|---|
org.apache.sshd.common.config.keys.loader.pem | |
org.apache.sshd.common.util.io.der |
Modifier and Type | Field and Description |
---|---|
private ASN1Object |
PKCS8PrivateKeyInfo.algorithmParameter |
private ASN1Object |
PKCS8PrivateKeyInfo.privateKeyBytes |
Modifier and Type | Method and Description |
---|---|
ASN1Object |
PKCS8PrivateKeyInfo.getAlgorithmParameter() |
ASN1Object |
PKCS8PrivateKeyInfo.getPrivateKeyBytes() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map.Entry<java.security.spec.ECPrivateKeySpec,ASN1Object> |
ECDSAPEMResourceKeyPairParser.decodeECPrivateKeySpec(ECCurves curve,
DERParser parser) |
static java.util.Map.Entry<ECCurves,ASN1Object> |
ECDSAPEMResourceKeyPairParser.parseCurveParameter(ASN1Object paramsObject) |
static java.util.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 java.security.spec.ECPoint |
ECDSAPEMResourceKeyPairParser.decodeECPointData(ASN1Object pointData) |
static java.util.Map.Entry<java.security.spec.ECPublicKeySpec,java.security.spec.ECPrivateKeySpec> |
ECDSAPEMResourceKeyPairParser.decodeECPrivateKeySpec(ECCurves curve,
ASN1Object sequence)
ASN.1 syntax according to RFC 5915 is:
|
static java.security.spec.ECPoint |
ECDSAPEMResourceKeyPairParser.decodeECPublicKeyValue(ASN1Object dataObject) |
static java.util.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) |