Uses of Interface
org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
-
-
Uses of PrivateKeyEntryDecoder in org.apache.sshd.common.config.keys.impl
Classes in org.apache.sshd.common.config.keys.impl that implement PrivateKeyEntryDecoder Modifier and Type Class Description classAbstractPrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> -
Uses of PrivateKeyEntryDecoder in org.apache.sshd.common.config.keys.loader.openssh
Classes in org.apache.sshd.common.config.keys.loader.openssh that implement PrivateKeyEntryDecoder Modifier and Type Class Description classOpenSSHDSSPrivateKeyEntryDecoderclassOpenSSHECDSAPrivateKeyEntryDecoderclassOpenSSHRSAPrivateKeyDecoderFields in org.apache.sshd.common.config.keys.loader.openssh with type parameters of type PrivateKeyEntryDecoder Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,PrivateKeyEntryDecoder<?,?>>OpenSSHKeyPairResourceParser. BY_KEY_CLASS_DECODERS_MAPprivate static java.util.Map<java.lang.String,PrivateKeyEntryDecoder<?,?>>OpenSSHKeyPairResourceParser. BY_KEY_TYPE_DECODERS_MAPMethods in org.apache.sshd.common.config.keys.loader.openssh that return PrivateKeyEntryDecoder Modifier and Type Method Description static PrivateKeyEntryDecoder<?,?>OpenSSHKeyPairResourceParser. getPrivateKeyEntryDecoder(java.lang.Class<?> keyType)static PrivateKeyEntryDecoder<?,?>OpenSSHKeyPairResourceParser. getPrivateKeyEntryDecoder(java.lang.String keyType)static PrivateKeyEntryDecoder<?,?>OpenSSHKeyPairResourceParser. getPrivateKeyEntryDecoder(java.security.Key key)static PrivateKeyEntryDecoder<?,?>OpenSSHKeyPairResourceParser. getPrivateKeyEntryDecoder(java.security.KeyPair kp)Methods in org.apache.sshd.common.config.keys.loader.openssh with parameters of type PrivateKeyEntryDecoder Modifier and Type Method Description static voidOpenSSHKeyPairResourceParser. registerPrivateKeyEntryDecoder(PrivateKeyEntryDecoder<?,?> decoder) -
Uses of PrivateKeyEntryDecoder in org.apache.sshd.common.util.security
Methods in org.apache.sshd.common.util.security that return PrivateKeyEntryDecoder Modifier and Type Method Description static PrivateKeyEntryDecoder<? extends java.security.PublicKey,? extends java.security.PrivateKey>SecurityUtils. getOpenSSHEDDSAPrivateKeyEntryDecoder() -
Uses of PrivateKeyEntryDecoder in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement PrivateKeyEntryDecoder Modifier and Type Class Description classOpenSSHEd25519PrivateKeyEntryDecoderAn implementation ofGenericOpenSSHEd25519PrivateKeyEntryDecodertied to thenet.i2p.cryptoEdDSA security providerMethods in org.apache.sshd.common.util.security.eddsa that return PrivateKeyEntryDecoder Modifier and Type Method Description static PrivateKeyEntryDecoder<? extends java.security.PublicKey,? extends java.security.PrivateKey>EdDSASecurityProviderUtils. getOpenSSHEDDSAPrivateKeyEntryDecoder()PrivateKeyEntryDecoder<net.i2p.crypto.eddsa.EdDSAPublicKey,net.i2p.crypto.eddsa.EdDSAPrivateKey>NetI2pCryptoEdDSASupport. getOpenSSHEDDSAPrivateKeyEntryDecoder() -
Uses of PrivateKeyEntryDecoder in org.apache.sshd.common.util.security.eddsa.bouncycastle
Methods in org.apache.sshd.common.util.security.eddsa.bouncycastle that return PrivateKeyEntryDecoder Modifier and Type Method Description PrivateKeyEntryDecoder<org.bouncycastle.jcajce.interfaces.EdDSAPublicKey,org.bouncycastle.jcajce.interfaces.EdDSAPrivateKey>BouncyCastleEdDSASupport. getOpenSSHEDDSAPrivateKeyEntryDecoder() -
Uses of PrivateKeyEntryDecoder in org.apache.sshd.common.util.security.eddsa.generic
Classes in org.apache.sshd.common.util.security.eddsa.generic that implement PrivateKeyEntryDecoder Modifier and Type Class Description classGenericOpenSSHEd25519PrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>Methods in org.apache.sshd.common.util.security.eddsa.generic that return PrivateKeyEntryDecoder Modifier and Type Method Description PrivateKeyEntryDecoder<PUB,PRV>EdDSASupport. getOpenSSHEDDSAPrivateKeyEntryDecoder()
-