|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.logi.crypto.Crypto | +--org.logi.crypto.keys.K | +--org.logi.crypto.keys.SymmetricKey
This abstract class implements some (more) of the methods from the Key interface.
KeyPair
,
KeyRing
Fields inherited from class org.logi.crypto.Crypto |
BIT, cdsPath, EMPTY_ARRAY, FOUR, keySource, NIBBLE, ONE, primeCertainty, random, TWO, ZERO |
Constructor Summary | |
SymmetricKey()
|
Method Summary | |
boolean |
isPrivate()
Returns true iff this is a private key. |
boolean |
matches(Key key)
Returns true if this and key are the same symmetric key. |
Methods inherited from class org.logi.crypto.keys.K |
getFingerprint, getFingerprint, hashCode, matchFingerprint, matchFingerprint |
Methods inherited from class org.logi.crypto.Crypto |
binString, binString, ensureArrayLength, ensureArrayLength, equal, equalRelaxed, equalSub, fromHexNibble, fromHexString, fromString, fromString, hexString, hexString, hexString, hexString, hexString, initRandom, initRandom, makeClass, makeInt, makeLong, makeSessionKey, pastSpace, pickBits, pickBits, prettyPrint, prettyPrint, readBlock, readInt, trimArrayLength, trimArrayLength, trimLeadingZeroes, writeBytes, writeBytes, writeInt |
Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.logi.crypto.keys.Key |
getAlgorithm, getSize |
Methods inherited from interface org.logi.crypto.PrettyPrintable |
prettyPrint, prettyPrint |
Constructor Detail |
public SymmetricKey()
Method Detail |
public boolean isPrivate()
Symmetric keys simply return true
.
public boolean matches(Key key)
Symmetric keys simply call equals(key)
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |