Uses of Class
org.eclipse.packager.rpm.HashAlgorithm
-
Packages that use HashAlgorithm Package Description org.eclipse.packager.rpm Core RPM functionalitiesorg.eclipse.packager.rpm.signature org.eclipse.packager.rpm.yum YUM repository functionality -
-
Uses of HashAlgorithm in org.eclipse.packager.rpm
Methods in org.eclipse.packager.rpm that return HashAlgorithm Modifier and Type Method Description static HashAlgorithmHashAlgorithm. from(java.lang.String name)Get a hash algorithm from a stringstatic HashAlgorithmHashAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HashAlgorithm[]HashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HashAlgorithm in org.eclipse.packager.rpm.signature
Constructors in org.eclipse.packager.rpm.signature with parameters of type HashAlgorithm Constructor Description RsaHeaderSignatureProcessor(org.bouncycastle.openpgp.PGPPrivateKey privateKey, HashAlgorithm hashAlgorithm) -
Uses of HashAlgorithm in org.eclipse.packager.rpm.yum
Methods in org.eclipse.packager.rpm.yum with parameters of type HashAlgorithm Modifier and Type Method Description voidRepositoryCreator.Context. addPackage(RepositoryCreator.FileInformation fileInformation, RpmInformation rpmInformation, java.util.Map<HashAlgorithm,java.lang.String> checksums, HashAlgorithm idType)RepositoryCreator.BuilderRepositoryCreator.Builder. setSigning(org.bouncycastle.openpgp.PGPPrivateKey privateKey, HashAlgorithm hashAlgorithm)Method parameters in org.eclipse.packager.rpm.yum with type arguments of type HashAlgorithm Modifier and Type Method Description voidRepositoryCreator.Context. addPackage(RepositoryCreator.FileInformation fileInformation, RpmInformation rpmInformation, java.util.Map<HashAlgorithm,java.lang.String> checksums, HashAlgorithm idType)
-