Package world.mappable.runtime.attestation
Class RsaPublicKey
java.lang.Object
↳ world.mappable.runtime.attestation.RsaPublicKey
All Superinterfaces:
class RsaPublicKey implements Serializable
Summary
Constructors
Signature and Description |
RsaPublicKey() |
RsaPublicKey(@NonNull byte[] modulus, |
Methods
Type and modifiers |
Method and Description |
|
|
|
|
void |
|
|
Constuctors
RsaPublicKey
RsaPublicKey() |
Use constructor with parameters in your code. This one is for serialization only!
RsaPublicKey
RsaPublicKey(@NonNull byte[] modulus, |
Methods
getModulus
@NonNull |
getPublicExponent
@NonNull |
serialize
@Override |
getNativeName
java.lang.String getNativeName() |