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
Fields in org.apache.sshd.common.config.keys.loader.pem declared as ASN1Object Modifier and Type Field Description private ASN1Object
PKCS8PrivateKeyInfo. algorithmParameter
private ASN1Object
PKCS8PrivateKeyInfo. privateKeyBytes
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 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)
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 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)
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)
-