Class CryptographicAcceleratorBlockEntity.CryptographicAcceleratorPeripheral
java.lang.Object
me.alexdevs.classicPeripherals.peripherals.crypto.AbstractCryptographicAcceleratorPeripheral
me.alexdevs.classicPeripherals.peripherals.crypto.CryptographicAcceleratorBlockEntity.CryptographicAcceleratorPeripheral
- All Implemented Interfaces:
dan200.computercraft.api.peripheral.IPeripheral
- Enclosing class:
CryptographicAcceleratorBlockEntity
public static class CryptographicAcceleratorBlockEntity.CryptographicAcceleratorPeripheral
extends AbstractCryptographicAcceleratorPeripheral
-
Constructor Summary
ConstructorsConstructorDescription -
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
-
CryptographicAcceleratorPeripheral
-
-
Method Details
-
equals
public boolean equals(@Nullable dan200.computercraft.api.peripheral.IPeripheral other)
-