Uses of Class
org.apache.sshd.common.util.io.der.ASN1Object
-
Packages that use ASN1Object Package Description org.apache.sshd.common.config.keys.loader.pem org.apache.sshd.common.util.io.der -
-
Uses of ASN1Object in org.apache.sshd.common.config.keys.loader.pem
Methods in org.apache.sshd.common.config.keys.loader.pem that return ASN1Object Modifier and Type Method Description ASN1Object
PKCS8PrivateKeyInfo. getAlgorithmParameter()
ASN1Object
PKCS8PrivateKeyInfo. getPrivateKeyBytes()
Methods in org.apache.sshd.common.config.keys.loader.pem that return types with arguments of type ASN1Object Modifier and Type Method 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)
Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type ASN1Object Modifier and Type Method 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)
Constructors in org.apache.sshd.common.config.keys.loader.pem with parameters of type ASN1Object Constructor Description PKCS8PrivateKeyInfo(ASN1Object privateKeyInfo)
-
Uses of ASN1Object in org.apache.sshd.common.util.io.der
Methods in org.apache.sshd.common.util.io.der that return ASN1Object Modifier and Type Method Description ASN1Object
ASN1Object. clone()
ASN1Object
DERParser. readObject()
Methods in org.apache.sshd.common.util.io.der with parameters of type ASN1Object Modifier and Type Method Description void
DERWriter. writeObject(ASN1Object obj)
-