Uses of Class
javax0.license3j.crypto.LicenseKeyPair
-
Packages that use LicenseKeyPair Package Description javax0.license3j.crypto javax0.license3j.io -
-
Uses of LicenseKeyPair in javax0.license3j.crypto
Methods in javax0.license3j.crypto that return LicenseKeyPair Modifier and Type Method Description static LicenseKeyPairLicenseKeyPair.Create. from(byte[] privateEncoded, byte[] publicEncoded)Create a newLicenseKeyPairfrom the public and the private key pairs.static LicenseKeyPairLicenseKeyPair.Create. from(byte[] encoded, int type)Create a newLicenseKeyPairthat contains only one of the keys, either the private or the public.static LicenseKeyPairLicenseKeyPair.Create. from(java.lang.String cipher, int size)Create a new key pair using the algorithm and the size for the key.static LicenseKeyPairLicenseKeyPair.Create. from(java.security.KeyPair keyPair, java.lang.String cipher)Create a new key pair.static LicenseKeyPairLicenseKeyPair.Create. from(java.security.PublicKey publicKey, java.security.PrivateKey privateKey, java.lang.String cipher)Create a new key pair. -
Uses of LicenseKeyPair in javax0.license3j.io
Methods in javax0.license3j.io that return LicenseKeyPair Modifier and Type Method Description LicenseKeyPairKeyPairReader. readPrivate()LicenseKeyPairKeyPairReader. readPrivate(IOFormat format)LicenseKeyPairKeyPairReader. readPublic()LicenseKeyPairKeyPairReader. readPublic(IOFormat format)Methods in javax0.license3j.io with parameters of type LicenseKeyPair Modifier and Type Method Description voidKeyPairWriter. write(LicenseKeyPair pair, IOFormat format)Write the key pair into the output files.
-