Class PocketCrypto.PocketCryptoPeripheral
java.lang.Object
me.alexdevs.classicPeripherals.peripherals.crypto.AbstractCryptographicAcceleratorPeripheral
me.alexdevs.classicPeripherals.peripherals.crypto.upgrades.PocketCrypto.PocketCryptoPeripheral
- All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral
- Enclosing class:
PocketCrypto
public static class PocketCrypto.PocketCryptoPeripheral
extends AbstractCryptographicAcceleratorPeripheral
-
Nested Class Summary
Nested classes/interfaces inherited from class me.alexdevs.classicPeripherals.peripherals.crypto.AbstractCryptographicAcceleratorPeripheral
AbstractCryptographicAcceleratorPeripheral.Blake3Modes -
Constructor Summary
ConstructorsConstructorDescriptionPocketCryptoPeripheral(dan200.computercraft.api.pocket.IPocketAccess pocket) -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(@Nullable dan200.computercraft.api.peripheral.IPeripheral other) Methods inherited from class me.alexdevs.classicPeripherals.peripherals.crypto.AbstractCryptographicAcceleratorPeripheral
blake3, computeSharedSecret, decodeBase64, decryptAes, deflate, deriveEcdhPublicKey, derivePublicKey, encodeBase64, encryptAes, generatePrivateKey, getType, hmacMd5, hmacSha1, hmacSha256, hmacSha512, inflate, 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
-
PocketCryptoPeripheral
public PocketCryptoPeripheral(dan200.computercraft.api.pocket.IPocketAccess pocket)
-
-
Method Details
-
equals
public boolean equals(@Nullable dan200.computercraft.api.peripheral.IPeripheral other)
-