jar

ch.bfh.unicrypt : unicrypt

Maven & Gradle

Dec 14, 2021
11 stars

unicrypt · Cryptographic framework allowing the implementation of cryptographic protocols, e.g. e-voting.

Table Of Contents

Latest Version

Download ch.bfh.unicrypt : unicrypt JAR file - Latest Versions:

All Versions

Download ch.bfh.unicrypt : unicrypt JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4
2.3
2.2
2.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window unicrypt-2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.bfh.unicrypt.crypto.keygenerator.interfaces

├─ ch.bfh.unicrypt.crypto.keygenerator.interfaces.KeyGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.keygenerator.interfaces.KeyPairGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.keygenerator.interfaces.SecretKeyGenerator.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.encryption.abstracts

├─ ch.bfh.unicrypt.crypto.schemes.encryption.abstracts.AbstractAsymmetricEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.abstracts.AbstractEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.abstracts.AbstractRandomizedEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.abstracts.AbstractReEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.abstracts.AbstractSymmetricEncryptionScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.sharing.abstracts

├─ ch.bfh.unicrypt.crypto.schemes.sharing.abstracts.AbstractSecretSharingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.sharing.abstracts.AbstractThresholdSecretSharingScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.padding.abstracts

├─ ch.bfh.unicrypt.crypto.schemes.padding.abstracts.AbstractByteArrayPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.abstracts.AbstractPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.abstracts.AbstractReversibleByteArrayPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.abstracts.AbstractReversiblePaddingScheme.class - [JAR]

ch.bfh.unicrypt.math.algebra.additive.interfaces

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.AdditiveCyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.AdditiveElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.AdditiveGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.AdditiveMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.AdditiveSemiGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.EC.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.interfaces.ECElement.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.encryption.interfaces

├─ ch.bfh.unicrypt.crypto.schemes.encryption.interfaces.AsymmetricEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.interfaces.EncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.interfaces.RandomizedEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.interfaces.ReEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.interfaces.SymmetricEncryptionScheme.class - [JAR]

ch.bfh.unicrypt.crypto.mixer.classes

├─ ch.bfh.unicrypt.crypto.mixer.classes.IdentityMixer.class - [JAR]

├─ ch.bfh.unicrypt.crypto.mixer.classes.ReEncryptionMixer.class - [JAR]

ch.bfh.unicrypt.helper.random.password

├─ ch.bfh.unicrypt.helper.random.password.PBKDF2.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.password.PasswordRandomByteArraySequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.password.PasswordRandomByteSequence.class - [JAR]

ch.bfh.unicrypt.crypto.keygenerator.classes

├─ ch.bfh.unicrypt.crypto.keygenerator.classes.ByteArrayKeyGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.keygenerator.classes.DiscreteLogarithmKeyGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.keygenerator.classes.RSAKeyGenerator.class - [JAR]

ch.bfh.unicrypt.math.function.interfaces

├─ ch.bfh.unicrypt.math.function.interfaces.Function.class - [JAR]

ch.bfh.unicrypt.crypto.proofsystem.classes

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.AndPreimageProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.DoubleDiscreteLogProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.ElGamalEncryptionValidityProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.EqualityPreimageProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.IdentityShuffleProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.InequalityOfPreimagesProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.OrProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.PedersenCommitmentValidityProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.PermutationCommitmentProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.PlainPreimageProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.PolynomialEvaluationProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.PolynomialMembershipProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.classes.ReEncryptionShuffleProofSystem.class - [JAR]

ch.bfh.unicrypt.crypto.keygenerator.abstracts

├─ ch.bfh.unicrypt.crypto.keygenerator.abstracts.AbstractKeyPairGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.keygenerator.abstracts.AbstractSecretKeyGenerator.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.commitment.abstracts

├─ ch.bfh.unicrypt.crypto.schemes.commitment.abstracts.AbstractCommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.abstracts.AbstractDeterministicCommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.abstracts.AbstractRandomizedCommitmentScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.padding.interfaces

├─ ch.bfh.unicrypt.crypto.schemes.padding.interfaces.PaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.interfaces.ReversiblePaddingScheme.class - [JAR]

ch.bfh.unicrypt.crypto.proofsystem.interfaces

├─ ch.bfh.unicrypt.crypto.proofsystem.interfaces.PreimageProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.interfaces.ProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.interfaces.SetMembershipProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.interfaces.SigmaProofSystem.class - [JAR]

ch.bfh.unicrypt.helper.prime

├─ ch.bfh.unicrypt.helper.prime.Factorization.class - [JAR]

├─ ch.bfh.unicrypt.helper.prime.Prime.class - [JAR]

├─ ch.bfh.unicrypt.helper.prime.PrimePair.class - [JAR]

├─ ch.bfh.unicrypt.helper.prime.SafePrime.class - [JAR]

├─ ch.bfh.unicrypt.helper.prime.SpecialFactorization.class - [JAR]

ch.bfh.unicrypt.math.function.abstracts

├─ ch.bfh.unicrypt.math.function.abstracts.AbstractCompoundFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.abstracts.AbstractFunction.class - [JAR]

ch.bfh.unicrypt.helper.aggregator.interfaces

├─ ch.bfh.unicrypt.helper.aggregator.interfaces.Aggregator.class - [JAR]

ch.bfh.unicrypt.helper.converter.classes.bitarray

├─ ch.bfh.unicrypt.helper.converter.classes.bitarray.BitArrayToBitArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.bitarray.ByteArrayToBitArray.class - [JAR]

ch.bfh.unicrypt.helper.random.deterministic

├─ ch.bfh.unicrypt.helper.random.deterministic.CTR_DRBG.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.deterministic.DeterministicRandomByteArraySequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.deterministic.DeterministicRandomByteSequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.deterministic.OFB_DRBG.class - [JAR]

ch.bfh.unicrypt.math.function.classes

├─ ch.bfh.unicrypt.math.function.classes.AdapterFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.AdditionFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.ApplyFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.ApplyInverseFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.CompositeFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.ConstantFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.ConvertFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.DivisionFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.EqualityFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.GeneratorFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.GenericFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.HashFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.IdentityFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.InvertFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.MinusFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.ModuloFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.MultiIdentityFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.MultiplicationFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.OneOverFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.PartiallyAppliedFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.PermutationFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.PowerFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.ProductFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.RandomFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.RemovalFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.SelectionFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.SelfApplyFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.SharedDomainFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.SubtractionFunction.class - [JAR]

├─ ch.bfh.unicrypt.math.function.classes.TimesFunction.class - [JAR]

ch.bfh.unicrypt.helper.converter.interfaces

├─ ch.bfh.unicrypt.helper.converter.interfaces.Converter.class - [JAR]

ch.bfh.unicrypt

├─ ch.bfh.unicrypt.ErrorCode.class - [JAR]

├─ ch.bfh.unicrypt.UniCrypt.class - [JAR]

├─ ch.bfh.unicrypt.UniCryptException.class - [JAR]

├─ ch.bfh.unicrypt.UniCryptRuntimeException.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.sharing.interfaces

├─ ch.bfh.unicrypt.crypto.schemes.sharing.interfaces.SecretSharingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.sharing.interfaces.ThresholdSecretSharingScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.signature.interfaces

├─ ch.bfh.unicrypt.crypto.schemes.signature.interfaces.RandomizedSignatureScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.signature.interfaces.SignatureScheme.class - [JAR]

ch.bfh.unicrypt.crypto.mixer.interfaces

├─ ch.bfh.unicrypt.crypto.mixer.interfaces.Mixer.class - [JAR]

ch.bfh.unicrypt.helper.converter.classes.biginteger

├─ ch.bfh.unicrypt.helper.converter.classes.biginteger.BigIntegerToBigInteger.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.biginteger.BitArrayToBigInteger.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.biginteger.BooleanToBigInteger.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.biginteger.ByteArrayToBigInteger.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.biginteger.PermutationToBigInteger.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.biginteger.StringToBigInteger.class - [JAR]

ch.bfh.unicrypt.helper.random.hybrid

├─ ch.bfh.unicrypt.helper.random.hybrid.HMAC_DRBG.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.hybrid.Hash_DRBG.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.hybrid.HybridRandomByteArraySequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.hybrid.HybridRandomByteSequence.class - [JAR]

ch.bfh.unicrypt.helper.aggregator.abstracts

├─ ch.bfh.unicrypt.helper.aggregator.abstracts.AbstractAggregator.class - [JAR]

ch.bfh.unicrypt.helper.random

├─ ch.bfh.unicrypt.helper.random.RandomByteArraySequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.RandomByteArraySequenceIterator.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.RandomByteSequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.RandomByteSequenceIterator.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.RandomOracle.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.scheme.abstracts

├─ ch.bfh.unicrypt.crypto.schemes.scheme.abstracts.AbstractScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.signature.abstracts

├─ ch.bfh.unicrypt.crypto.schemes.signature.abstracts.AbstractRandomizedSignatureScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.signature.abstracts.AbstractSignatureScheme.class - [JAR]

ch.bfh.unicrypt.helper.array.interfaces

├─ ch.bfh.unicrypt.helper.array.interfaces.BinaryArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.interfaces.DefaultValueArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.interfaces.ImmutableArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.interfaces.NestedArray.class - [JAR]

ch.bfh.unicrypt.math.algebra.general.interfaces

├─ ch.bfh.unicrypt.math.algebra.general.interfaces.CyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.interfaces.Element.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.interfaces.Group.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.interfaces.Monoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.interfaces.SemiGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.interfaces.Set.class - [JAR]

ch.bfh.unicrypt.helper.converter.abstracts

├─ ch.bfh.unicrypt.helper.converter.abstracts.AbstractBigIntegerConverter.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.abstracts.AbstractBitArrayConverter.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.abstracts.AbstractByteArrayConverter.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.abstracts.AbstractConverter.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.abstracts.AbstractStringConverter.class - [JAR]

ch.bfh.unicrypt.math.algebra.additive.classes

├─ ch.bfh.unicrypt.math.algebra.additive.classes.ECPolynomialElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.classes.ECPolynomialField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.classes.ECZModElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.classes.ECZModPrime.class - [JAR]

ch.bfh.unicrypt.helper.random.nondeterministic

├─ ch.bfh.unicrypt.helper.random.nondeterministic.NonDeterministicRandomByteSequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.random.nondeterministic.SecureRandom_NRBG.class - [JAR]

ch.bfh.unicrypt.crypto.mixer.abstracts

├─ ch.bfh.unicrypt.crypto.mixer.abstracts.AbstractMixer.class - [JAR]

ch.bfh.unicrypt.helper.sequence

├─ ch.bfh.unicrypt.helper.sequence.BigIntegerSequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.sequence.IntegerSequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.sequence.MultiSequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.sequence.Sequence.class - [JAR]

├─ ch.bfh.unicrypt.helper.sequence.SequenceIterator.class - [JAR]

├─ ch.bfh.unicrypt.helper.sequence.StringSequence.class - [JAR]

ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.classes

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.classes.FiatShamirChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.classes.FiatShamirSigmaChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.classes.MultiValuesNonInteractiveChallengeGenerator.class - [JAR]

ch.bfh.unicrypt.helper.math

├─ ch.bfh.unicrypt.helper.math.Alphabet.class - [JAR]

├─ ch.bfh.unicrypt.helper.math.MathUtil.class - [JAR]

├─ ch.bfh.unicrypt.helper.math.Permutation.class - [JAR]

├─ ch.bfh.unicrypt.helper.math.Point.class - [JAR]

├─ ch.bfh.unicrypt.helper.math.Polynomial.class - [JAR]

ch.bfh.unicrypt.math.algebra.dualistic.interfaces

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.CyclicRing.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.DualisticElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.Field.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.FiniteField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.PrimeField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.Ring.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.interfaces.SemiRing.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.sharing.classes

├─ ch.bfh.unicrypt.crypto.schemes.sharing.classes.ShamirSecretSharingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.sharing.classes.SimpleSecretSharingScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.signature.classes

├─ ch.bfh.unicrypt.crypto.schemes.signature.classes.DSASignatureScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.signature.classes.RSASignatureScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.signature.classes.SchnorrSignatureScheme.class - [JAR]

ch.bfh.unicrypt.math.algebra.concatenative.interfaces

├─ ch.bfh.unicrypt.math.algebra.concatenative.interfaces.ConcatenativeElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.interfaces.ConcatenativeMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.interfaces.ConcatenativeSemiGroup.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.hashing

├─ ch.bfh.unicrypt.crypto.schemes.hashing.HashingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.hashing.PasswordHashingScheme.class - [JAR]

ch.bfh.unicrypt.math.algebra.general.abstracts

├─ ch.bfh.unicrypt.math.algebra.general.abstracts.AbstractCyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.abstracts.AbstractElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.abstracts.AbstractGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.abstracts.AbstractMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.abstracts.AbstractSemiGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.abstracts.AbstractSet.class - [JAR]

ch.bfh.unicrypt.helper.converter.classes

├─ ch.bfh.unicrypt.helper.converter.classes.CompositeConverter.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.ConvertMethod.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.TrivialConverter.class - [JAR]

ch.bfh.unicrypt.math.algebra.multiplicative.classes

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.GStarMod.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.GStarModElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.GStarModPrime.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.GStarModSafePrime.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.ZStarMod.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.ZStarModElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.ZStarModPrime.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.ZStarModPrimePair.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.classes.ZStarModSafePrime.class - [JAR]

ch.bfh.unicrypt.helper.converter.classes.string

├─ ch.bfh.unicrypt.helper.converter.classes.string.BigIntegerToString.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.string.BitArrayToString.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.string.ByteArrayToString.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.string.StringToString.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.padding.classes

├─ ch.bfh.unicrypt.crypto.schemes.padding.classes.ANSIPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.classes.IECPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.classes.ISOPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.classes.PKCSPaddingScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.padding.classes.ZeroPaddingScheme.class - [JAR]

ch.bfh.unicrypt.helper.cache

├─ ch.bfh.unicrypt.helper.cache.Cache.class - [JAR]

├─ ch.bfh.unicrypt.helper.cache.Cache2D.class - [JAR]

ch.bfh.unicrypt.helper.hash

├─ ch.bfh.unicrypt.helper.hash.HashAlgorithm.class - [JAR]

├─ ch.bfh.unicrypt.helper.hash.HashMethod.class - [JAR]

ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.abstracts

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.abstracts.AbstractChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.abstracts.AbstractNonInteractiveChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.abstracts.AbstractNonInteractiveSigmaChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.abstracts.AbstractSigmaChallengeGenerator.class - [JAR]

ch.bfh.unicrypt.math.algebra.general.classes

├─ ch.bfh.unicrypt.math.algebra.general.classes.BooleanElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.BooleanSet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.EnumeratedSet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.EnumeratedSetElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.FiniteByteArrayElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.FiniteByteArraySet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.FiniteStringElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.FiniteStringSet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.FixedByteArraySet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.FixedStringSet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.Pair.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.PermutationElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.PermutationGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.ProductCyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.ProductGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.ProductMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.ProductSemiGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.ProductSet.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.Singleton.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.SingletonElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.SingletonGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.Subset.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.Triple.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.general.classes.Tuple.class - [JAR]

ch.bfh.unicrypt.helper.aggregator.classes

├─ ch.bfh.unicrypt.helper.aggregator.classes.BigIntegerAggregator.class - [JAR]

├─ ch.bfh.unicrypt.helper.aggregator.classes.ByteArrayAggregator.class - [JAR]

├─ ch.bfh.unicrypt.helper.aggregator.classes.StringAggregator.class - [JAR]

ch.bfh.unicrypt.math.algebra.dualistic.classes

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.N.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.NElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.PolynomialElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.PolynomialField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.PolynomialRing.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.PolynomialSemiRing.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.Z.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.ZElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.ZMod.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.ZModElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.ZModPrime.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.ZModPrimePair.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.classes.ZModTwo.class - [JAR]

ch.bfh.unicrypt.crypto.encoder.abstracts

├─ ch.bfh.unicrypt.crypto.encoder.abstracts.AbstractEncoder.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.commitment.classes

├─ ch.bfh.unicrypt.crypto.schemes.commitment.classes.DiscreteLogarithmCommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.classes.GeneralizedPedersenCommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.classes.PedersenCommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.classes.PermutationCommitmentScheme.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.commitment.interfaces

├─ ch.bfh.unicrypt.crypto.schemes.commitment.interfaces.CommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.interfaces.DeterministicCommitmentScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.commitment.interfaces.RandomizedCommitmentScheme.class - [JAR]

ch.bfh.unicrypt.math.algebra.concatenative.classes

├─ ch.bfh.unicrypt.math.algebra.concatenative.classes.ByteArrayElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.classes.ByteArrayMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.classes.StringElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.classes.StringMonoid.class - [JAR]

ch.bfh.unicrypt.math.algebra.dualistic.abstracts

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractCyclicRing.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractDualisticElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractFiniteField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractPrimeField.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractRing.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.dualistic.abstracts.AbstractSemiRing.class - [JAR]

ch.bfh.unicrypt.math.algebra.additive.abstracts

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractAdditiveCyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractAdditiveElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractAdditiveGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractAdditiveMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractAdditiveSemiGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractEC.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.abstracts.AbstractECElement.class - [JAR]

ch.bfh.unicrypt.crypto.encoder.interfaces

├─ ch.bfh.unicrypt.crypto.encoder.interfaces.Encoder.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.interfaces.ProbabilisticEncoder.class - [JAR]

ch.bfh.unicrypt.math.algebra.concatenative.abstracts

├─ ch.bfh.unicrypt.math.algebra.concatenative.abstracts.AbstractConcatenativeElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.abstracts.AbstractConcatenativeMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.concatenative.abstracts.AbstractConcatenativeSemiGroup.class - [JAR]

ch.bfh.unicrypt.math.algebra.multiplicative.abstracts

├─ ch.bfh.unicrypt.math.algebra.multiplicative.abstracts.AbstractMultiplicativeCyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.abstracts.AbstractMultiplicativeElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.abstracts.AbstractMultiplicativeGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.abstracts.AbstractMultiplicativeMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.abstracts.AbstractMultiplicativeSemiGroup.class - [JAR]

ch.bfh.unicrypt.helper.tree

├─ ch.bfh.unicrypt.helper.tree.Leaf.class - [JAR]

├─ ch.bfh.unicrypt.helper.tree.Node.class - [JAR]

├─ ch.bfh.unicrypt.helper.tree.Tree.class - [JAR]

ch.bfh.unicrypt.crypto.proofsystem.abstracts

├─ ch.bfh.unicrypt.crypto.proofsystem.abstracts.AbstractPreimageProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.abstracts.AbstractProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.abstracts.AbstractShuffleProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.abstracts.AbstractSigmaProofSystem.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.abstracts.AbstractValidityProofSystem.class - [JAR]

ch.bfh.unicrypt.crypto.encoder.classes

├─ ch.bfh.unicrypt.crypto.encoder.classes.CompositeEncoder.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.classes.ConvertEncoder.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.classes.ZModPrimeToGStarModSafePrime.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.classes.ZModToBinaryPolynomialField.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.classes.ZModToECPolynomialField.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.classes.ZModToECZModPrime.class - [JAR]

├─ ch.bfh.unicrypt.crypto.encoder.classes.ZStarModPrimeToGStarModSafePrime.class - [JAR]

ch.bfh.unicrypt.math.algebra.additive.parameters

├─ ch.bfh.unicrypt.math.algebra.additive.parameters.ECParameters.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.parameters.ECPolynomialFieldParameters.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.additive.parameters.ECZModPrimeParameters.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.encryption.classes

├─ ch.bfh.unicrypt.crypto.schemes.encryption.classes.AESEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.classes.ElGamalEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.classes.OneTimePadEncryptionScheme.class - [JAR]

├─ ch.bfh.unicrypt.crypto.schemes.encryption.classes.RSAEncryptionScheme.class - [JAR]

ch.bfh.unicrypt.math.algebra.multiplicative.interfaces

├─ ch.bfh.unicrypt.math.algebra.multiplicative.interfaces.MultiplicativeCyclicGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.interfaces.MultiplicativeElement.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.interfaces.MultiplicativeGroup.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.interfaces.MultiplicativeMonoid.class - [JAR]

├─ ch.bfh.unicrypt.math.algebra.multiplicative.interfaces.MultiplicativeSemiGroup.class - [JAR]

ch.bfh.unicrypt.crypto.schemes.scheme.interfaces

├─ ch.bfh.unicrypt.crypto.schemes.scheme.interfaces.Scheme.class - [JAR]

ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.interfaces

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.interfaces.ChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.interfaces.NonInteractiveChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.interfaces.NonInteractiveSigmaChallengeGenerator.class - [JAR]

├─ ch.bfh.unicrypt.crypto.proofsystem.challengegenerator.interfaces.SigmaChallengeGenerator.class - [JAR]

ch.bfh.unicrypt.helper.converter.classes.bytearray

├─ ch.bfh.unicrypt.helper.converter.classes.bytearray.BigIntegerToByteArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.bytearray.ByteArrayToByteArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.converter.classes.bytearray.StringToByteArray.class - [JAR]

ch.bfh.unicrypt.helper.array.abstracts

├─ ch.bfh.unicrypt.helper.array.abstracts.AbstractBinaryArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.abstracts.AbstractDefaultValueArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.abstracts.AbstractImmutableArray.class - [JAR]

ch.bfh.unicrypt.helper.array.classes

├─ ch.bfh.unicrypt.helper.array.classes.BitArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.classes.ByteArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.classes.DenseArray.class - [JAR]

├─ ch.bfh.unicrypt.helper.array.classes.SparseArray.class - [JAR]