Class TurtleCrypto.CryptoTurtlePeripheral
java.lang.Object
me.alexdevs.classicPeripherals.peripherals.crypto.AbstractCryptographicAcceleratorPeripheral
me.alexdevs.classicPeripherals.peripherals.crypto.upgrades.TurtleCrypto.CryptoTurtlePeripheral
- All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral
- Enclosing class:
TurtleCrypto
public static class TurtleCrypto.CryptoTurtlePeripheral
extends AbstractCryptographicAcceleratorPeripheral
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoTurtlePeripheral(dan200.computercraft.api.turtle.ITurtleAccess pocket) -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(@Nullable dan200.computercraft.api.peripheral.IPeripheral other) Methods inherited from class me.alexdevs.classicPeripherals.peripherals.crypto.AbstractCryptographicAcceleratorPeripheral
computeSharedSecret, decodeBase64, decryptAes, deriveEcdhPublicKey, derivePublicKey, encodeBase64, encryptAes, generatePrivateKey, getType, hmacMd5, hmacSha1, hmacSha256, hmacSha512, md5, random, randomBytes, sha1, sha256, sha512, sign, verifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dan200.computercraft.api.peripheral.IPeripheral
attach, detach, getAdditionalTypes, getTarget
-
Constructor Details
-
CryptoTurtlePeripheral
public CryptoTurtlePeripheral(dan200.computercraft.api.turtle.ITurtleAccess pocket)
-
-
Method Details
-
equals
public boolean equals(@Nullable dan200.computercraft.api.peripheral.IPeripheral other)
-