public static class JceMacFactory.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
algorithm |
int |
digestLength |
int |
keyLength |
java.lang.String |
name |
static JceMacFactory.Entry |
NONE |
java.lang.Object |
provider |
| Modifier and Type | Method and Description |
|---|---|
com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Mac |
clientToServer(com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.KeyFactory keyFactory) |
static JceMacFactory.Entry |
entryFor(java.lang.String name,
java.lang.String algorithm,
java.security.Provider provider,
int digestLength,
int keyLength) |
static JceMacFactory.Entry |
entryFor(java.lang.String name,
java.lang.String algorithm,
java.lang.String provider,
int digestLength,
int keyLength) |
com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Mac |
serverToClient(com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.KeyFactory keyFactory) |
java.lang.String |
toString() |
public static final JceMacFactory.Entry NONE
public final java.lang.String name
public final java.lang.String algorithm
public final java.lang.Object provider
public final int digestLength
public final int keyLength
public static JceMacFactory.Entry entryFor(java.lang.String name, java.lang.String algorithm, java.lang.String provider, int digestLength, int keyLength)
public static JceMacFactory.Entry entryFor(java.lang.String name, java.lang.String algorithm, java.security.Provider provider, int digestLength, int keyLength)
public com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Mac clientToServer(com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.KeyFactory keyFactory)
throws MacFactory.OperationException
MacFactory.OperationExceptionpublic com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.Mac serverToClient(com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.KeyFactory keyFactory)
throws MacFactory.OperationException
MacFactory.OperationExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © JSCAPE LLC. 1999-2023. All Rights Reserved