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